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 --- .../minecraft/entity/player/InventoryPlayer.html | 870 --------------------- 1 file changed, 870 deletions(-) delete mode 100644 javadoc/net/minecraft/entity/player/InventoryPlayer.html (limited to 'javadoc/net/minecraft/entity/player/InventoryPlayer.html') diff --git a/javadoc/net/minecraft/entity/player/InventoryPlayer.html b/javadoc/net/minecraft/entity/player/InventoryPlayer.html deleted file mode 100644 index 1f436d5..0000000 --- a/javadoc/net/minecraft/entity/player/InventoryPlayer.html +++ /dev/null @@ -1,870 +0,0 @@ - - - - - -InventoryPlayer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.entity.player
-

Class InventoryPlayer

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IInventory
    -
    -
    -
    -
    public class InventoryPlayer
    -extends java.lang.Object
    -implements IInventory
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        mainInventory

        -
        public ItemStack[] mainInventory
        -
      • -
      - - - -
        -
      • -

        armorInventory

        -
        public ItemStack[] armorInventory
        -
      • -
      - - - -
        -
      • -

        currentItem

        -
        public int currentItem
        -
      • -
      - - - - - - - -
        -
      • -

        inventoryChanged

        -
        public boolean inventoryChanged
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InventoryPlayer

        -
        public InventoryPlayer(EntityPlayer p_i1750_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getCurrentItem

        -
        public ItemStack getCurrentItem()
        -
      • -
      - - - -
        -
      • -

        getHotbarSize

        -
        public static int getHotbarSize()
        -
      • -
      - - - -
        -
      • -

        getFirstEmptyStack

        -
        public int getFirstEmptyStack()
        -
      • -
      - - - -
        -
      • -

        func_146030_a

        -
        public void func_146030_a(Item p_146030_1_,
        -                 int p_146030_2_,
        -                 boolean p_146030_3_,
        -                 boolean p_146030_4_)
        -
      • -
      - - - -
        -
      • -

        clearInventory

        -
        public int clearInventory(Item p_146027_1_,
        -                 int p_146027_2_)
        -
      • -
      - - - -
        -
      • -

        changeCurrentItem

        -
        public void changeCurrentItem(int p_70453_1_)
        -
      • -
      - - - -
        -
      • -

        func_70439_a

        -
        public void func_70439_a(Item p_70439_1_,
        -                int p_70439_2_)
        -
      • -
      - - - -
        -
      • -

        decrementAnimations

        -
        public void decrementAnimations()
        -
      • -
      - - - -
        -
      • -

        consumeInventoryItem

        -
        public boolean consumeInventoryItem(Item p_146026_1_)
        -
      • -
      - - - -
        -
      • -

        hasItem

        -
        public boolean hasItem(Item p_146028_1_)
        -
      • -
      - - - -
        -
      • -

        addItemStackToInventory

        -
        public boolean addItemStackToInventory(ItemStack p_70441_1_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        func_146023_a

        -
        public float func_146023_a(Block p_146023_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        readFromNBT

        -
        public void readFromNBT(NBTTagList p_70443_1_)
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        getInventoryName

        -
        public java.lang.String getInventoryName()
        -
        -
        Specified by:
        -
        getInventoryName in interface IInventory
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        func_146025_b

        -
        public boolean func_146025_b(Block p_146025_1_)
        -
      • -
      - - - -
        -
      • -

        armorItemInSlot

        -
        public ItemStack armorItemInSlot(int p_70440_1_)
        -
      • -
      - - - -
        -
      • -

        getTotalArmorValue

        -
        public int getTotalArmorValue()
        -
      • -
      - - - -
        -
      • -

        damageArmor

        -
        public void damageArmor(float p_70449_1_)
        -
      • -
      - - - -
        -
      • -

        dropAllItems

        -
        public void dropAllItems()
        -
      • -
      - - - -
        -
      • -

        markDirty

        -
        public void markDirty()
        -
        -
        Specified by:
        -
        markDirty in interface IInventory
        -
        -
      • -
      - - - -
        -
      • -

        setItemStack

        -
        public void setItemStack(ItemStack p_70437_1_)
        -
      • -
      - - - -
        -
      • -

        getItemStack

        -
        public ItemStack getItemStack()
        -
      • -
      - - - - - - - -
        -
      • -

        hasItemStack

        -
        public boolean hasItemStack(ItemStack p_70431_1_)
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        copyInventory

        -
        public void copyInventory(InventoryPlayer p_70455_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3