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/AnimalChest.html | 260 +++++++ javadoc/net/minecraft/inventory/Container.html | 767 +++++++++++++++++++++ .../net/minecraft/inventory/ContainerBeacon.html | 355 ++++++++++ .../minecraft/inventory/ContainerBrewingStand.html | 359 ++++++++++ .../net/minecraft/inventory/ContainerChest.html | 336 +++++++++ .../minecraft/inventory/ContainerDispenser.html | 306 ++++++++ .../minecraft/inventory/ContainerEnchantment.html | 472 +++++++++++++ .../net/minecraft/inventory/ContainerFurnace.html | 359 ++++++++++ .../net/minecraft/inventory/ContainerHopper.html | 323 +++++++++ .../inventory/ContainerHorseInventory.html | 325 +++++++++ .../net/minecraft/inventory/ContainerMerchant.html | 421 +++++++++++ .../net/minecraft/inventory/ContainerPlayer.html | 415 +++++++++++ .../net/minecraft/inventory/ContainerRepair.html | 451 ++++++++++++ .../minecraft/inventory/ContainerWorkbench.html | 406 +++++++++++ javadoc/net/minecraft/inventory/ICrafting.html | 244 +++++++ javadoc/net/minecraft/inventory/IInvBasic.html | 208 ++++++ javadoc/net/minecraft/inventory/IInventory.html | 374 ++++++++++ .../net/minecraft/inventory/ISidedInventory.html | 254 +++++++ .../net/minecraft/inventory/InventoryBasic.html | 520 ++++++++++++++ .../minecraft/inventory/InventoryCraftResult.html | 473 +++++++++++++ .../net/minecraft/inventory/InventoryCrafting.html | 492 +++++++++++++ .../minecraft/inventory/InventoryEnderChest.html | 353 ++++++++++ .../minecraft/inventory/InventoryLargeChest.html | 490 +++++++++++++ .../net/minecraft/inventory/InventoryMerchant.html | 514 ++++++++++++++ javadoc/net/minecraft/inventory/Slot.html | 631 +++++++++++++++++ javadoc/net/minecraft/inventory/SlotCrafting.html | 367 ++++++++++ javadoc/net/minecraft/inventory/SlotFurnace.html | 365 ++++++++++ .../minecraft/inventory/SlotMerchantResult.html | 367 ++++++++++ javadoc/net/minecraft/inventory/package-frame.html | 49 ++ .../net/minecraft/inventory/package-summary.html | 250 +++++++ javadoc/net/minecraft/inventory/package-tree.html | 168 +++++ 31 files changed, 11674 insertions(+) create mode 100644 javadoc/net/minecraft/inventory/AnimalChest.html create mode 100644 javadoc/net/minecraft/inventory/Container.html create mode 100644 javadoc/net/minecraft/inventory/ContainerBeacon.html create mode 100644 javadoc/net/minecraft/inventory/ContainerBrewingStand.html create mode 100644 javadoc/net/minecraft/inventory/ContainerChest.html create mode 100644 javadoc/net/minecraft/inventory/ContainerDispenser.html create mode 100644 javadoc/net/minecraft/inventory/ContainerEnchantment.html create mode 100644 javadoc/net/minecraft/inventory/ContainerFurnace.html create mode 100644 javadoc/net/minecraft/inventory/ContainerHopper.html create mode 100644 javadoc/net/minecraft/inventory/ContainerHorseInventory.html create mode 100644 javadoc/net/minecraft/inventory/ContainerMerchant.html create mode 100644 javadoc/net/minecraft/inventory/ContainerPlayer.html create mode 100644 javadoc/net/minecraft/inventory/ContainerRepair.html create mode 100644 javadoc/net/minecraft/inventory/ContainerWorkbench.html create mode 100644 javadoc/net/minecraft/inventory/ICrafting.html create mode 100644 javadoc/net/minecraft/inventory/IInvBasic.html create mode 100644 javadoc/net/minecraft/inventory/IInventory.html create mode 100644 javadoc/net/minecraft/inventory/ISidedInventory.html create mode 100644 javadoc/net/minecraft/inventory/InventoryBasic.html create mode 100644 javadoc/net/minecraft/inventory/InventoryCraftResult.html create mode 100644 javadoc/net/minecraft/inventory/InventoryCrafting.html create mode 100644 javadoc/net/minecraft/inventory/InventoryEnderChest.html create mode 100644 javadoc/net/minecraft/inventory/InventoryLargeChest.html create mode 100644 javadoc/net/minecraft/inventory/InventoryMerchant.html create mode 100644 javadoc/net/minecraft/inventory/Slot.html create mode 100644 javadoc/net/minecraft/inventory/SlotCrafting.html create mode 100644 javadoc/net/minecraft/inventory/SlotFurnace.html create mode 100644 javadoc/net/minecraft/inventory/SlotMerchantResult.html create mode 100644 javadoc/net/minecraft/inventory/package-frame.html create mode 100644 javadoc/net/minecraft/inventory/package-summary.html create mode 100644 javadoc/net/minecraft/inventory/package-tree.html (limited to 'javadoc/net/minecraft/inventory') diff --git a/javadoc/net/minecraft/inventory/AnimalChest.html b/javadoc/net/minecraft/inventory/AnimalChest.html new file mode 100644 index 0000000..5d7e3e3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/AnimalChest.html @@ -0,0 +1,260 @@ + + + + + +AnimalChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class AnimalChest

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

      Constructor Detail

      + + + +
        +
      • +

        AnimalChest

        +
        public AnimalChest(java.lang.String p_i1796_1_,
        +           int p_i1796_2_)
        +
      • +
      + + + +
        +
      • +

        AnimalChest

        +
        public AnimalChest(java.lang.String p_i1797_1_,
        +           boolean p_i1797_2_,
        +           int p_i1797_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/Container.html b/javadoc/net/minecraft/inventory/Container.html new file mode 100644 index 0000000..97f9941 --- /dev/null +++ b/javadoc/net/minecraft/inventory/Container.html @@ -0,0 +1,767 @@ + + + + + +Container (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class Container

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

      Field Detail

      + + + +
        +
      • +

        inventoryItemStacks

        +
        public java.util.List inventoryItemStacks
        +
      • +
      + + + +
        +
      • +

        inventorySlots

        +
        public java.util.List inventorySlots
        +
      • +
      + + + +
        +
      • +

        windowId

        +
        public int windowId
        +
      • +
      + + + +
        +
      • +

        crafters

        +
        protected java.util.List crafters
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Container

        +
        public Container()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addSlotToContainer

        +
        protected Slot addSlotToContainer(Slot p_75146_1_)
        +
      • +
      + + + +
        +
      • +

        addCraftingToCrafters

        +
        public void addCraftingToCrafters(ICrafting p_75132_1_)
        +
      • +
      + + + +
        +
      • +

        getInventory

        +
        public java.util.List getInventory()
        +
      • +
      + + + +
        +
      • +

        removeCraftingFromCrafters

        +
        public void removeCraftingFromCrafters(ICrafting p_82847_1_)
        +
      • +
      + + + +
        +
      • +

        detectAndSendChanges

        +
        public void detectAndSendChanges()
        +
      • +
      + + + +
        +
      • +

        enchantItem

        +
        public boolean enchantItem(EntityPlayer p_75140_1_,
        +                  int p_75140_2_)
        +
      • +
      + + + +
        +
      • +

        getSlotFromInventory

        +
        public Slot getSlotFromInventory(IInventory p_75147_1_,
        +                        int p_75147_2_)
        +
      • +
      + + + +
        +
      • +

        getSlot

        +
        public Slot getSlot(int p_75139_1_)
        +
      • +
      + + + +
        +
      • +

        transferStackInSlot

        +
        public ItemStack transferStackInSlot(EntityPlayer p_82846_1_,
        +                            int p_82846_2_)
        +
      • +
      + + + +
        +
      • +

        slotClick

        +
        public ItemStack slotClick(int p_75144_1_,
        +                  int p_75144_2_,
        +                  int p_75144_3_,
        +                  EntityPlayer p_75144_4_)
        +
      • +
      + + + +
        +
      • +

        func_94530_a

        +
        public boolean func_94530_a(ItemStack p_94530_1_,
        +                   Slot p_94530_2_)
        +
      • +
      + + + +
        +
      • +

        retrySlotClick

        +
        protected void retrySlotClick(int p_75133_1_,
        +                  int p_75133_2_,
        +                  boolean p_75133_3_,
        +                  EntityPlayer p_75133_4_)
        +
      • +
      + + + +
        +
      • +

        onContainerClosed

        +
        public void onContainerClosed(EntityPlayer p_75134_1_)
        +
      • +
      + + + +
        +
      • +

        onCraftMatrixChanged

        +
        public void onCraftMatrixChanged(IInventory p_75130_1_)
        +
      • +
      + + + +
        +
      • +

        putStackInSlot

        +
        public void putStackInSlot(int p_75141_1_,
        +                  ItemStack p_75141_2_)
        +
      • +
      + + + +
        +
      • +

        putStacksInSlots

        +
        public void putStacksInSlots(ItemStack[] p_75131_1_)
        +
      • +
      + + + +
        +
      • +

        updateProgressBar

        +
        public void updateProgressBar(int p_75137_1_,
        +                     int p_75137_2_)
        +
      • +
      + + + +
        +
      • +

        getNextTransactionID

        +
        public short getNextTransactionID(InventoryPlayer p_75136_1_)
        +
      • +
      + + + +
        +
      • +

        isPlayerNotUsingContainer

        +
        public boolean isPlayerNotUsingContainer(EntityPlayer p_75129_1_)
        +
      • +
      + + + +
        +
      • +

        setPlayerIsPresent

        +
        public void setPlayerIsPresent(EntityPlayer p_75128_1_,
        +                      boolean p_75128_2_)
        +
      • +
      + + + +
        +
      • +

        canInteractWith

        +
        public abstract boolean canInteractWith(EntityPlayer p_75145_1_)
        +
      • +
      + + + +
        +
      • +

        mergeItemStack

        +
        protected boolean mergeItemStack(ItemStack p_75135_1_,
        +                     int p_75135_2_,
        +                     int p_75135_3_,
        +                     boolean p_75135_4_)
        +
      • +
      + + + +
        +
      • +

        func_94529_b

        +
        public static int func_94529_b(int p_94529_0_)
        +
      • +
      + + + +
        +
      • +

        func_94532_c

        +
        public static int func_94532_c(int p_94532_0_)
        +
      • +
      + + + +
        +
      • +

        func_94534_d

        +
        public static int func_94534_d(int p_94534_0_,
        +               int p_94534_1_)
        +
      • +
      + + + +
        +
      • +

        func_94528_d

        +
        public static boolean func_94528_d(int p_94528_0_)
        +
      • +
      + + + +
        +
      • +

        func_94533_d

        +
        protected void func_94533_d()
        +
      • +
      + + + +
        +
      • +

        func_94527_a

        +
        public static boolean func_94527_a(Slot p_94527_0_,
        +                   ItemStack p_94527_1_,
        +                   boolean p_94527_2_)
        +
      • +
      + + + +
        +
      • +

        func_94525_a

        +
        public static void func_94525_a(java.util.Set p_94525_0_,
        +                int p_94525_1_,
        +                ItemStack p_94525_2_,
        +                int p_94525_3_)
        +
      • +
      + + + +
        +
      • +

        canDragIntoSlot

        +
        public boolean canDragIntoSlot(Slot p_94531_1_)
        +
      • +
      + + + +
        +
      • +

        calcRedstoneFromInventory

        +
        public static int calcRedstoneFromInventory(IInventory p_94526_0_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerBeacon.html b/javadoc/net/minecraft/inventory/ContainerBeacon.html new file mode 100644 index 0000000..bc67559 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerBeacon.html @@ -0,0 +1,355 @@ + + + + + +ContainerBeacon (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerBeacon

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerBeacon
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerBrewingStand.html b/javadoc/net/minecraft/inventory/ContainerBrewingStand.html new file mode 100644 index 0000000..9d433d0 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerBrewingStand.html @@ -0,0 +1,359 @@ + + + + + +ContainerBrewingStand (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerBrewingStand

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerBrewingStand
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerChest.html b/javadoc/net/minecraft/inventory/ContainerChest.html new file mode 100644 index 0000000..a46e454 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerChest.html @@ -0,0 +1,336 @@ + + + + + +ContainerChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerChest

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerChest
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerDispenser.html b/javadoc/net/minecraft/inventory/ContainerDispenser.html new file mode 100644 index 0000000..7821519 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerDispenser.html @@ -0,0 +1,306 @@ + + + + + +ContainerDispenser (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerDispenser

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerDispenser
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerEnchantment.html b/javadoc/net/minecraft/inventory/ContainerEnchantment.html new file mode 100644 index 0000000..366722f --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerEnchantment.html @@ -0,0 +1,472 @@ + + + + + +ContainerEnchantment (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerEnchantment

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerEnchantment
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerFurnace.html b/javadoc/net/minecraft/inventory/ContainerFurnace.html new file mode 100644 index 0000000..9259889 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerFurnace.html @@ -0,0 +1,359 @@ + + + + + +ContainerFurnace (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerFurnace

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerFurnace
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerHopper.html b/javadoc/net/minecraft/inventory/ContainerHopper.html new file mode 100644 index 0000000..4627dba --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerHopper.html @@ -0,0 +1,323 @@ + + + + + +ContainerHopper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerHopper

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerHopper
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerHorseInventory.html b/javadoc/net/minecraft/inventory/ContainerHorseInventory.html new file mode 100644 index 0000000..e6bb926 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerHorseInventory.html @@ -0,0 +1,325 @@ + + + + + +ContainerHorseInventory (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerHorseInventory

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerHorseInventory
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerMerchant.html b/javadoc/net/minecraft/inventory/ContainerMerchant.html new file mode 100644 index 0000000..9016074 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerMerchant.html @@ -0,0 +1,421 @@ + + + + + +ContainerMerchant (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerMerchant

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerMerchant
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerPlayer.html b/javadoc/net/minecraft/inventory/ContainerPlayer.html new file mode 100644 index 0000000..4ad1dbf --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerPlayer.html @@ -0,0 +1,415 @@ + + + + + +ContainerPlayer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerPlayer

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerPlayer
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerRepair.html b/javadoc/net/minecraft/inventory/ContainerRepair.html new file mode 100644 index 0000000..6f8f551 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerRepair.html @@ -0,0 +1,451 @@ + + + + + +ContainerRepair (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerRepair

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerRepair
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ContainerWorkbench.html b/javadoc/net/minecraft/inventory/ContainerWorkbench.html new file mode 100644 index 0000000..d7ca761 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ContainerWorkbench.html @@ -0,0 +1,406 @@ + + + + + +ContainerWorkbench (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class ContainerWorkbench

+
+
+ +
+
    +
  • +
    +
    +
    public class ContainerWorkbench
    +extends Container
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ICrafting.html b/javadoc/net/minecraft/inventory/ICrafting.html new file mode 100644 index 0000000..05fbc05 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ICrafting.html @@ -0,0 +1,244 @@ + + + + + +ICrafting (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Interface ICrafting

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

      Method Detail

      + + + +
        +
      • +

        sendContainerAndContentsToPlayer

        +
        void sendContainerAndContentsToPlayer(Container p_71110_1_,
        +                                    java.util.List p_71110_2_)
        +
      • +
      + + + +
        +
      • +

        sendSlotContents

        +
        void sendSlotContents(Container p_71111_1_,
        +                    int p_71111_2_,
        +                    ItemStack p_71111_3_)
        +
      • +
      + + + +
        +
      • +

        sendProgressBarUpdate

        +
        void sendProgressBarUpdate(Container p_71112_1_,
        +                         int p_71112_2_,
        +                         int p_71112_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/IInvBasic.html b/javadoc/net/minecraft/inventory/IInvBasic.html new file mode 100644 index 0000000..d4e112d --- /dev/null +++ b/javadoc/net/minecraft/inventory/IInvBasic.html @@ -0,0 +1,208 @@ + + + + + +IInvBasic (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Interface IInvBasic

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    EntityHorse
    +
    +
    +
    +
    public interface IInvBasic
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onInventoryChanged

        +
        void onInventoryChanged(InventoryBasic p_76316_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/ISidedInventory.html b/javadoc/net/minecraft/inventory/ISidedInventory.html new file mode 100644 index 0000000..cb10208 --- /dev/null +++ b/javadoc/net/minecraft/inventory/ISidedInventory.html @@ -0,0 +1,254 @@ + + + + + +ISidedInventory (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Interface ISidedInventory

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

      Method Detail

      + + + +
        +
      • +

        getAccessibleSlotsFromSide

        +
        int[] getAccessibleSlotsFromSide(int p_94128_1_)
        +
      • +
      + + + +
        +
      • +

        canInsertItem

        +
        boolean canInsertItem(int p_102007_1_,
        +                    ItemStack p_102007_2_,
        +                    int p_102007_3_)
        +
      • +
      + + + +
        +
      • +

        canExtractItem

        +
        boolean canExtractItem(int p_102008_1_,
        +                     ItemStack p_102008_2_,
        +                     int p_102008_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryBasic.html b/javadoc/net/minecraft/inventory/InventoryBasic.html new file mode 100644 index 0000000..34104c2 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryBasic.html @@ -0,0 +1,520 @@ + + + + + +InventoryBasic (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryBasic

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryCraftResult.html b/javadoc/net/minecraft/inventory/InventoryCraftResult.html new file mode 100644 index 0000000..2a8380e --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryCraftResult.html @@ -0,0 +1,473 @@ + + + + + +InventoryCraftResult (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryCraftResult

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IInventory
    +
    +
    +
    +
    public class InventoryCraftResult
    +extends java.lang.Object
    +implements IInventory
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryCrafting.html b/javadoc/net/minecraft/inventory/InventoryCrafting.html new file mode 100644 index 0000000..7b8db08 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryCrafting.html @@ -0,0 +1,492 @@ + + + + + +InventoryCrafting (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryCrafting

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IInventory
    +
    +
    +
    +
    public class InventoryCrafting
    +extends java.lang.Object
    +implements IInventory
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryEnderChest.html b/javadoc/net/minecraft/inventory/InventoryEnderChest.html new file mode 100644 index 0000000..0f718a3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryEnderChest.html @@ -0,0 +1,353 @@ + + + + + +InventoryEnderChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryEnderChest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryLargeChest.html b/javadoc/net/minecraft/inventory/InventoryLargeChest.html new file mode 100644 index 0000000..b8eccc0 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryLargeChest.html @@ -0,0 +1,490 @@ + + + + + +InventoryLargeChest (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryLargeChest

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IInventory
    +
    +
    +
    +
    public class InventoryLargeChest
    +extends java.lang.Object
    +implements IInventory
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/InventoryMerchant.html b/javadoc/net/minecraft/inventory/InventoryMerchant.html new file mode 100644 index 0000000..83bd139 --- /dev/null +++ b/javadoc/net/minecraft/inventory/InventoryMerchant.html @@ -0,0 +1,514 @@ + + + + + +InventoryMerchant (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class InventoryMerchant

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IInventory
    +
    +
    +
    +
    public class InventoryMerchant
    +extends java.lang.Object
    +implements IInventory
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/Slot.html b/javadoc/net/minecraft/inventory/Slot.html new file mode 100644 index 0000000..959be3a --- /dev/null +++ b/javadoc/net/minecraft/inventory/Slot.html @@ -0,0 +1,631 @@ + + + + + +Slot (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class Slot

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

      Field Detail

      + + + +
        +
      • +

        inventory

        +
        public final IInventory inventory
        +
      • +
      + + + +
        +
      • +

        slotNumber

        +
        public int slotNumber
        +
      • +
      + + + +
        +
      • +

        xDisplayPosition

        +
        public int xDisplayPosition
        +
      • +
      + + + +
        +
      • +

        yDisplayPosition

        +
        public int yDisplayPosition
        +
      • +
      + + + +
        +
      • +

        backgroundIcon

        +
        protected IIcon backgroundIcon
        +
        Position within background texture file, normally -1 which causes no background to be drawn.
        +
      • +
      + + + +
        +
      • +

        texture

        +
        protected ResourceLocation texture
        +
        Background texture file assigned to this slot, if any. Vanilla "/gui/items.png" is used if this is null.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Slot

        +
        public Slot(IInventory p_i1824_1_,
        +    int p_i1824_2_,
        +    int p_i1824_3_,
        +    int p_i1824_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        onSlotChange

        +
        public void onSlotChange(ItemStack p_75220_1_,
        +                ItemStack p_75220_2_)
        +
      • +
      + + + +
        +
      • +

        onCrafting

        +
        protected void onCrafting(ItemStack p_75210_1_,
        +              int p_75210_2_)
        +
      • +
      + + + +
        +
      • +

        onCrafting

        +
        protected void onCrafting(ItemStack p_75208_1_)
        +
      • +
      + + + +
        +
      • +

        onPickupFromSlot

        +
        public void onPickupFromSlot(EntityPlayer p_82870_1_,
        +                    ItemStack p_82870_2_)
        +
      • +
      + + + +
        +
      • +

        isItemValid

        +
        public boolean isItemValid(ItemStack p_75214_1_)
        +
      • +
      + + + +
        +
      • +

        getStack

        +
        public ItemStack getStack()
        +
      • +
      + + + +
        +
      • +

        getHasStack

        +
        public boolean getHasStack()
        +
      • +
      + + + +
        +
      • +

        putStack

        +
        public void putStack(ItemStack p_75215_1_)
        +
      • +
      + + + +
        +
      • +

        onSlotChanged

        +
        public void onSlotChanged()
        +
      • +
      + + + +
        +
      • +

        getSlotStackLimit

        +
        public int getSlotStackLimit()
        +
      • +
      + + + +
        +
      • +

        decrStackSize

        +
        public ItemStack decrStackSize(int p_75209_1_)
        +
      • +
      + + + +
        +
      • +

        isSlotInInventory

        +
        public boolean isSlotInInventory(IInventory p_75217_1_,
        +                        int p_75217_2_)
        +
      • +
      + + + +
        +
      • +

        canTakeStack

        +
        public boolean canTakeStack(EntityPlayer p_82869_1_)
        +
      • +
      + + + +
        +
      • +

        getBackgroundIconIndex

        +
        public IIcon getBackgroundIconIndex()
        +
      • +
      + + + +
        +
      • +

        func_111238_b

        +
        public boolean func_111238_b()
        +
      • +
      + + + +
        +
      • +

        getBackgroundIconTexture

        +
        public ResourceLocation getBackgroundIconTexture()
        +
        Gets the path of the texture file to use for the background image of this slot when drawing the GUI.
        +
        Returns:
        String: The texture file that will be used in GuiContainer.drawSlotInventory for the slot background.
        +
      • +
      + + + +
        +
      • +

        setBackgroundIcon

        +
        public void setBackgroundIcon(IIcon icon)
        +
        Sets which icon index to use as the background image of the slot when it's empty.
        +
        Parameters:
        icon - The icon to use, null for none
        +
      • +
      + + + +
        +
      • +

        setBackgroundIconTexture

        +
        public void setBackgroundIconTexture(ResourceLocation texture)
        +
        Sets the texture file to use for the background image of the slot when it's empty.
        +
        Parameters:
        textureFilename - String: Path of texture file to use, or null to use "/gui/items.png"
        +
      • +
      + + + +
        +
      • +

        getSlotIndex

        +
        public int getSlotIndex()
        +
        Retrieves the index in the inventory for this slot, this value should typically not + be used, but can be useful for some occasions.
        +
        Returns:
        Index in associated inventory for this slot.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/SlotCrafting.html b/javadoc/net/minecraft/inventory/SlotCrafting.html new file mode 100644 index 0000000..0f2a3c3 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotCrafting.html @@ -0,0 +1,367 @@ + + + + + +SlotCrafting (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class SlotCrafting

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotCrafting
    +extends Slot
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/SlotFurnace.html b/javadoc/net/minecraft/inventory/SlotFurnace.html new file mode 100644 index 0000000..31c71d5 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotFurnace.html @@ -0,0 +1,365 @@ + + + + + +SlotFurnace (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class SlotFurnace

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotFurnace
    +extends Slot
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/SlotMerchantResult.html b/javadoc/net/minecraft/inventory/SlotMerchantResult.html new file mode 100644 index 0000000..2acf3d6 --- /dev/null +++ b/javadoc/net/minecraft/inventory/SlotMerchantResult.html @@ -0,0 +1,367 @@ + + + + + +SlotMerchantResult (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.inventory
+

Class SlotMerchantResult

+
+
+ +
+
    +
  • +
    +
    +
    public class SlotMerchantResult
    +extends Slot
    +
  • +
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/package-frame.html b/javadoc/net/minecraft/inventory/package-frame.html new file mode 100644 index 0000000..1b9dec9 --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-frame.html @@ -0,0 +1,49 @@ + + + + + +net.minecraft.inventory (Forge API) + + + + +

net.minecraft.inventory

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/inventory/package-summary.html b/javadoc/net/minecraft/inventory/package-summary.html new file mode 100644 index 0000000..6ad3f1a --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-summary.html @@ -0,0 +1,250 @@ + + + + + +net.minecraft.inventory (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.inventory

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/inventory/package-tree.html b/javadoc/net/minecraft/inventory/package-tree.html new file mode 100644 index 0000000..578a3ec --- /dev/null +++ b/javadoc/net/minecraft/inventory/package-tree.html @@ -0,0 +1,168 @@ + + + + + +net.minecraft.inventory Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.inventory

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3