Package-level declarations

Types

Link copied to clipboard
data class BlockDrop(val pos: BlockPos, val drop: ItemStack)

Stores information about a block's item drop.

Link copied to clipboard
data class BrokenBlock(val pos: BlockPos, val state: BlockState, val tool: ItemStack)

Stores information about a broken block.

Link copied to clipboard

A block drop collector that merges the dropped items if they're in the same sub-cuboid.

Link copied to clipboard

Collects drops from destruction of blocks.

Link copied to clipboard

A block drop collector, which merges compatible items passed in, and drops them at their (non-weighed) average position.

Link copied to clipboard

A block drop collector that drops nothing.

Link copied to clipboard

A block drop collector that drops the items without merging, just like vanilla Minecraft.