YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.inventory.IInventory Interface Reference
Inheritance diagram for net.minecraft.inventory.IInventory:
net.minecraft.entity.item.EntityMinecartContainer net.minecraft.entity.player.InventoryPlayer net.minecraft.inventory.InventoryBasic net.minecraft.inventory.InventoryCrafting net.minecraft.inventory.InventoryCraftResult net.minecraft.inventory.InventoryLargeChest net.minecraft.inventory.InventoryMerchant net.minecraft.inventory.ISidedInventory net.minecraft.tileentity.Hopper net.minecraft.tileentity.TileEntityBeacon net.minecraft.tileentity.TileEntityChest net.minecraft.tileentity.TileEntityDispenser net.minecraftforge.common.ISidedInventory YATS.tile.TileAdvExtractor YATS.tile.TileRoutingMarshaller

Public Member Functions

int getSizeInventory ()
 
ItemStack getStackInSlot (int i)
 
ItemStack decrStackSize (int i, int j)
 
ItemStack getStackInSlotOnClosing (int i)
 
void setInventorySlotContents (int i, ItemStack itemstack)
 
String getInvName ()
 
boolean isInvNameLocalized ()
 
int getInventoryStackLimit ()
 
void onInventoryChanged ()
 
boolean isUseableByPlayer (EntityPlayer entityplayer)
 
void openChest ()
 
void closeChest ()
 
boolean isStackValidForSlot (int i, ItemStack itemstack)
 

Member Function Documentation


The documentation for this interface was generated from the following file: