Appearance
types.player_block_collision_event
Called when the client checks for player block collisions
Properties
| Name | Description |
|---|---|
voxel_shape | type: object The voxel shape of the collision (Minecraft's Java VoxelShape object) |
position | type: object The position of the block (Minecraft's Java BlockPos object) |
block_state | type: object The state of the block (Minecraft's Java BlockState object) |
