From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../minecraft/entity/player/InventoryPlayer.html | 870 +++++++++++++++++++++ 1 file changed, 870 insertions(+) create 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 new file mode 100644 index 0000000..1f436d5 --- /dev/null +++ b/javadoc/net/minecraft/entity/player/InventoryPlayer.html @@ -0,0 +1,870 @@ + + + + + +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