Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class BrewingStandPotionLogisticSlot(inventory: Inventory, slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
class ChiseledBookshelfFuelLogisticSlot(inventory: Inventory, slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
class CrafterLogisticSlot(val block: Block, inventory: Inventory, slot: Int) : VanillaInventoryLogisticSlot
Link copied to clipboard
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
open class VirtualInventoryLogisticSlot(val inventory: VirtualInventory, val slot: Int) : LogisticSlot