BrokenBlock

data class BrokenBlock(val pos: BlockPos, val state: BlockState, val tool: ItemStack)(source)

Stores information about a broken block.

Parameters

pos

The position of the broken block

state

The broken block state

tool

The item used to break the block

Constructors

Link copied to clipboard
constructor(pos: BlockPos, state: BlockState, tool: ItemStack)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard