Package btw.inventory.inventories
Class InfernalEnchanterInventory
java.lang.Object
net.minecraft.src.InventoryBasic
btw.inventory.inventories.InfernalEnchanterInventory
- All Implemented Interfaces:
IInventory
-
Constructor Summary
ConstructorsConstructorDescriptionInfernalEnchanterInventory(InfernalEnchanterContainer container, String name, int iNumSlots) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when an the contents of an Inventory change, usuallyMethods inherited from class net.minecraft.src.InventoryBasic
closeChest, decrStackSize, func_110132_b, func_110133_a, func_110134_a, getInventoryStackLimit, getInvName, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, isInvNameLocalized, isItemValidForSlot, isUseableByPlayer, openChest, setInventorySlotContents
-
Constructor Details
-
InfernalEnchanterInventory
-
-
Method Details
-
onInventoryChanged
public void onInventoryChanged()Description copied from class:InventoryBasicCalled when an the contents of an Inventory change, usually- Specified by:
onInventoryChangedin interfaceIInventory- Overrides:
onInventoryChangedin classInventoryBasic
-