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.api
/
GrenadeSpawnContext
Grenade
Spawn
Context
@
Serializable
data
class
GrenadeSpawnContext
(
val
grenadeType
:
GrenadeType
,
val
ownerUuid
:
UUID
,
val
position
:
Vec3
,
val
velocity
:
Vec3
)
Members
Constructors
Grenade
Spawn
Context
Link copied to clipboard
constructor
(
grenadeType
:
GrenadeType
,
ownerUuid
:
UUID
,
position
:
Vec3
,
velocity
:
Vec3
)
Properties
grenade
Type
Link copied to clipboard
val
grenadeType
:
GrenadeType
owner
Uuid
Link copied to clipboard
@
Serializable
(
with
=
UUIDSerializer::class
)
val
ownerUuid
:
UUID
position
Link copied to clipboard
@
Serializable
(
with
=
Vec3Serializer::class
)
val
position
:
Vec3
velocity
Link copied to clipboard
@
Serializable
(
with
=
Vec3Serializer::class
)
val
velocity
:
Vec3