Modifier and Type | Method and Description |
---|---|
void |
ICraftingHandler.onCrafting(EntityPlayer player,
ItemStack item,
IInventory craftMatrix)
The object array contains these three arguments
|
Modifier and Type | Method and Description |
---|---|
void |
ModLoaderCraftingHelper.onCrafting(EntityPlayer player,
ItemStack item,
IInventory craftMatrix) |
void |
BaseModProxy.takenFromCrafting(EntityPlayer player,
ItemStack item,
IInventory craftMatrix) |
Modifier and Type | Method and Description |
---|---|
static void |
GameRegistry.onItemCrafted(EntityPlayer player,
ItemStack item,
IInventory craftMatrix) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerSP.displayGUIChest(IInventory par1IInventory)
Displays the GUI for interacting with a chest inventory.
|
Constructor and Description |
---|
GuiChest(IInventory par1IInventory,
IInventory par2IInventory) |
Modifier and Type | Class and Description |
---|---|
class |
EntityMinecart |
Modifier and Type | Class and Description |
---|---|
class |
InventoryPlayer |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayer.displayGUIChest(IInventory par1IInventory)
Displays the GUI for interacting with a chest inventory.
|
void |
EntityPlayerMP.displayGUIChest(IInventory par1IInventory)
Displays the GUI for interacting with a chest inventory.
|
Modifier and Type | Class and Description |
---|---|
class |
InventoryBasic |
class |
InventoryCrafting |
class |
InventoryCraftResult |
class |
InventoryEnderChest |
class |
InventoryLargeChest |
class |
InventoryMerchant |
Modifier and Type | Field and Description |
---|---|
IInventory |
ContainerPlayer.craftResult |
IInventory |
ContainerWorkbench.craftResult |
IInventory |
Slot.inventory
The inventory we want to extract a slot from.
|
IInventory |
InventoryLargeChest.lowerChest
Inventory object corresponding to double chest lower part
|
IInventory |
ContainerEnchantment.tableInventory
SlotEnchantmentTable object with ItemStack to be enchanted
|
IInventory |
InventoryLargeChest.upperChest
Inventory object corresponding to double chest upper part
|
Modifier and Type | Method and Description |
---|---|
IInventory |
ContainerChest.getLowerChestInventory()
Return this chest container's lower chest inventory.
|
Modifier and Type | Method and Description |
---|---|
Slot |
Container.getSlotFromInventory(IInventory par1IInventory,
int par2) |
boolean |
InventoryLargeChest.isPartOfLargeChest(IInventory par1IInventory)
Return whether the given inventory is part of this large chest.
|
boolean |
Slot.isSlotInInventory(IInventory par1IInventory,
int par2)
returns true if this slot is in par2 of par1
|
void |
ContainerEnchantment.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
void |
ContainerPlayer.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
void |
ContainerRepair.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
void |
Container.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
void |
ContainerMerchant.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
void |
ContainerWorkbench.onCraftMatrixChanged(IInventory par1IInventory)
Callback for when the crafting matrix is changed.
|
Constructor and Description |
---|
ContainerChest(IInventory par1IInventory,
IInventory par2IInventory) |
ContainerDispenser(IInventory par1IInventory,
TileEntityDispenser par2TileEntityDispenser) |
InventoryLargeChest(String par1Str,
IInventory par2IInventory,
IInventory par3IInventory) |
Slot(IInventory par1IInventory,
int par2,
int par3,
int par4) |
SlotCrafting(EntityPlayer par1EntityPlayer,
IInventory par2IInventory,
IInventory par3IInventory,
int par4,
int par5,
int par6) |
SlotFurnace(EntityPlayer par1EntityPlayer,
IInventory par2IInventory,
int par3,
int par4,
int par5) |
Modifier and Type | Method and Description |
---|---|
void |
BaseMod.takenFromCrafting(EntityPlayer player,
ItemStack item,
IInventory matrix)
Called when someone crafts an item from a crafting table
|
static void |
ModLoader.takenFromCrafting(EntityPlayer player,
ItemStack item,
IInventory matrix)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TileEntityBeacon |
class |
TileEntityBrewingStand |
class |
TileEntityChest |
class |
TileEntityDispenser |
class |
TileEntityFurnace |
Modifier and Type | Interface and Description |
---|---|
interface |
ISidedInventory
Inventory ranges mapped by side.
|