CounterStrikeGrenades
Toggle table of contents
1.20.1-1.5.0-prerelease
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CounterStrikeGrenades
CounterStrikeGrenades
/
club.pisquad.minecraft.csgrenades.grenades.flashbang.messages
/
FlashbangActivatedMessage
Flashbang
Activated
Message
@
Serializable
data
class
FlashbangActivatedMessage
(
val
position
:
Vec3
,
val
blinds
:
Map
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
,
FlashbangBlindEffectData
>
)
Members
Constructors
Flashbang
Activated
Message
Link copied to clipboard
constructor
(
position
:
Vec3
,
blinds
:
Map
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
,
FlashbangBlindEffectData
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
CsGrenadeMessageHandler
<
FlashbangActivatedMessage
>
Properties
blinds
Link copied to clipboard
val
blinds
:
Map
<
@
Serializable
(
with
=
UUIDSerializer::class
)
UUID
,
FlashbangBlindEffectData
>
position
Link copied to clipboard
@
Serializable
(
with
=
Vec3Serializer::class
)
val
position
:
Vec3