Class InventoryContainer

java.lang.Object
net.minecraft.src.Container
btw.inventory.container.InventoryContainer
Direct Known Subclasses:
CookingVesselContainer, HamperContainer

public class InventoryContainer extends Container
  • Field Details

    • containerInventory

      public IInventory containerInventory
  • Constructor Details

    • InventoryContainer

      public InventoryContainer(IInventory playerInventory, IInventory containerInventory, int iNumSlotRows, int iNumSlotColumns, int iContainerInventoryX, int iContainerInventoryY, int iPlayerInventoryX, int iPlayerInventoryY)
  • Method Details