Package-level declarations

Types

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
open class VanillaInventoryLogisticSlot(val inventory: Inventory, val slot: Int) : LogisticSlot
Link copied to clipboard
open class VirtualInventoryLogisticSlot(val inventory: VirtualInventory, val slot: Int) : LogisticSlot