Package-level declarations

Types

Link copied to clipboard
public final class BlockDrop

Stores information about a block's item drop.

Link copied to clipboard
public final class BrokenBlock

Stores information about a broken block.

Link copied to clipboard
public final class ChunkedBlockDropCollector implements IBlockDropCollector

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

Link copied to clipboard
public interface IBlockDropCollector

Collects drops from destruction of blocks.

Link copied to clipboard
public final class MergerBlockDropCollector implements IBlockDropCollector

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

Link copied to clipboard
public final class NoOpBlockDropCollector implements IBlockDropCollector

A block drop collector that drops nothing.

Link copied to clipboard
public final class VanillaBlockDropCollector implements IBlockDropCollector

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