Interface InputSlot
-
- All Superinterfaces:
FilteringSlot
,Inventory
,Slot
,ValueContainer
- All Known Subinterfaces:
FuelSlot
public interface InputSlot extends FilteringSlot
An input slot used to supply items to a crafting, smelting, enchanting or other automated process.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.item.inventory.Inventory
Inventory.Builder
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.item.inventory.slot.FilteringSlot
isValidItem, isValidItem
-
Methods inherited from interface org.spongepowered.api.item.inventory.Inventory
asViewable, canFit, capacity, children, clear, contains, contains, containsAny, containsChild, containsInventory, freeCapacity, get, get, hasChildren, intersect, offer, offer, parent, peek, peekAt, poll, poll, pollFrom, pollFrom, query, query, query, query, query, query, root, set, slot, slots, totalQuantity, union
-
Methods inherited from interface org.spongepowered.api.item.inventory.Slot
set, viewedSlot
-
-