From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/inventory/IInventory.html | 374 ++++++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 javadoc/net/minecraft/inventory/IInventory.html (limited to 'javadoc/net/minecraft/inventory/IInventory.html') diff --git a/javadoc/net/minecraft/inventory/IInventory.html b/javadoc/net/minecraft/inventory/IInventory.html new file mode 100644 index 0000000..3494b2a --- /dev/null +++ b/javadoc/net/minecraft/inventory/IInventory.html @@ -0,0 +1,374 @@ + + + + + +IInventory (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Interface IInventory

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getSizeInventory

        +
        int getSizeInventory()
        +
      • +
      + + + +
        +
      • +

        getStackInSlot

        +
        ItemStack getStackInSlot(int p_70301_1_)
        +
      • +
      + + + +
        +
      • +

        decrStackSize

        +
        ItemStack decrStackSize(int p_70298_1_,
        +                      int p_70298_2_)
        +
      • +
      + + + +
        +
      • +

        getStackInSlotOnClosing

        +
        ItemStack getStackInSlotOnClosing(int p_70304_1_)
        +
      • +
      + + + +
        +
      • +

        setInventorySlotContents

        +
        void setInventorySlotContents(int p_70299_1_,
        +                            ItemStack p_70299_2_)
        +
      • +
      + + + +
        +
      • +

        getInventoryName

        +
        java.lang.String getInventoryName()
        +
      • +
      + + + +
        +
      • +

        hasCustomInventoryName

        +
        boolean hasCustomInventoryName()
        +
      • +
      + + + +
        +
      • +

        getInventoryStackLimit

        +
        int getInventoryStackLimit()
        +
      • +
      + + + +
        +
      • +

        markDirty

        +
        void markDirty()
        +
      • +
      + + + +
        +
      • +

        isUseableByPlayer

        +
        boolean isUseableByPlayer(EntityPlayer p_70300_1_)
        +
      • +
      + + + +
        +
      • +

        openInventory

        +
        void openInventory()
        +
      • +
      + + + +
        +
      • +

        closeInventory

        +
        void closeInventory()
        +
      • +
      + + + +
        +
      • +

        isItemValidForSlot

        +
        boolean isItemValidForSlot(int p_94041_1_,
        +                         ItemStack p_94041_2_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3