BlockDrop

data class BlockDrop(val pos: BlockPos, val drop: ItemStack)(source)

Stores information about a block's item drop.

Parameters

pos

The position of the broken block

drop

The item stack dropped by the block

Constructors

Link copied to clipboard
constructor(pos: BlockPos, drop: ItemStack)

Properties

Link copied to clipboard
Link copied to clipboard