From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/inventory/IInventory.html | 374 ------------------------ 1 file changed, 374 deletions(-) delete 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 deleted file mode 100644 index 3494b2a..0000000 --- a/javadoc/net/minecraft/inventory/IInventory.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - -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