|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISidedInventory
Inventory ranges mapped by side. This class is implemented by TileEntities that provide different inventory slot ranges to different sides.
Method Summary | |
---|---|
int |
getSizeInventorySide(ForgeDirection side)
Get the size of the side inventory. |
int |
getStartInventorySide(ForgeDirection side)
Get the start of the side inventory. |
Methods inherited from interface net.minecraft.inventory.IInventory |
---|
closeChest, decrStackSize, getInventoryStackLimit, getInvName, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, isUseableByPlayer, onInventoryChanged, openChest, setInventorySlotContents |
Method Detail |
---|
int getStartInventorySide(ForgeDirection side)
side
- The global side to get the start of range.int getSizeInventorySide(ForgeDirection side)
side
- The global side.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |