LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.event.events
/
BlockShapeEvent
Block
Shape
Event
class
BlockShapeEvent
(
var
state
:
BlockState
,
var
pos
:
BlockPos
,
var
shape
:
VoxelShape
)
:
Event
Members
Constructors
Block
Shape
Event
Link copied to clipboard
constructor
(
state
:
BlockState
,
pos
:
BlockPos
,
shape
:
VoxelShape
)
Properties
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
pos
Link copied to clipboard
var
pos
:
BlockPos
shape
Link copied to clipboard
var
shape
:
VoxelShape
state
Link copied to clipboard
var
state
:
BlockState