BlockShapeEvent

class BlockShapeEvent(var state: BlockState, var pos: BlockPos, var shape: VoxelShape) : Event

Constructors

Link copied to clipboard
constructor(state: BlockState, pos: BlockPos, shape: VoxelShape)

Properties

Link copied to clipboard
Link copied to clipboard
var pos: BlockPos
Link copied to clipboard
var shape: VoxelShape
Link copied to clipboard
var state: BlockState