Package-level declarations
Types
Link copied to clipboard
class BrewingStandFuelLogisticSlot(val inventory: Inventory, val slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
class BrewingStandPotionLogisticSlot(val inventory: Inventory, val slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
class ChiseledBookshelfFuelLogisticSlot(val inventory: Inventory, val slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
class FurnaceFuelLogisticSlot(val inventory: Inventory, val slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface LogisticSlot
Represents a slot in an interface which can have items added or removed.
Link copied to clipboard
Link copied to clipboard