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.core.entity.trajectory
/
SubtickNode
/
BlockBounceData
Block
Bounce
Data
@
Serializable
class
BlockBounceData
(
val
blockPos
:
BlockPos
,
val
position
:
Vec3
,
val
velocity
:
Vec3
,
val
direction
:
Direction
)
:
SubtickNode.BounceData
Members
Constructors
Block
Bounce
Data
Link copied to clipboard
constructor
(
blockPos
:
BlockPos
,
position
:
Vec3
,
velocity
:
Vec3
,
direction
:
Direction
)
Properties
block
Pos
Link copied to clipboard
@
Serializable
(
with
=
BlockPosSerializer::class
)
val
blockPos
:
BlockPos
direction
Link copied to clipboard
val
direction
:
Direction
position
Link copied to clipboard
@
Serializable
(
with
=
Vec3Serializer::class
)
val
position
:
Vec3
velocity
Link copied to clipboard
@
Serializable
(
with
=
Vec3Serializer::class
)
val
velocity
:
Vec3