Package | Description |
---|---|
buildcraft.lib.gui.slot | |
buildcraft.lib.tile.item |
Modifier and Type | Field and Description |
---|---|
IItemHandlerAdv |
SlotBase.itemHandler |
Constructor and Description |
---|
SlotBase(IItemHandlerAdv itemHandler,
int slotIndex,
int posX,
int posY) |
SlotLimited(IItemHandlerAdv itemHandler,
int slotIndex,
int posX,
int posY,
int limit) |
SlotOutput(IItemHandlerAdv handler,
int slotIndex,
int posX,
int posY) |
SlotPhantom(IItemHandlerAdv itemHandler,
int slotIndex,
int posX,
int posY) |
SlotPhantom(IItemHandlerAdv itemHandler,
int slotIndex,
int posX,
int posY,
boolean adjustableCount) |
SlotUntouchable(IItemHandlerAdv itemHandler,
int slotIndex,
int posX,
int posY) |
Modifier and Type | Class and Description |
---|---|
class |
ItemHandlerSimple |