Package-level declarations

Types

Link copied to clipboard
data class BlockPickupDataComponent(val pos: BlockPos, val state: BlockState)

Data component to store the block about to be picked up by an empty staff.

Link copied to clipboard
data class StaffBellDataComponent(val lastRingTime: Long)

Data component to store bell data.

Link copied to clipboard
data class StaffFurnaceDataComponent(val smeltedItemId: Int, val unsmeltableItemIds: IntSet, val smeltTicks: Int)

Data components to store the state of a furnace staff.

Link copied to clipboard
data class StaffItemComponent(val item: ItemStack)

ItemStack wrapper to make them compatible with ComponentTypes.

Link copied to clipboard
data class StaffTntDataComponent(val tntId: Int)

Data components to store the shot TNT in a TNT staff.