Modifier and Type | Method and Description |
---|---|
Container |
BlockWorkbench.InterfaceCraftingTable.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
BlockAnvil.Anvil.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Modifier and Type | Method and Description |
---|---|
void |
GuiRepair.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
void |
GuiRepair.sendAllWindowProperties(Container containerIn,
IInventory inventory) |
void |
GuiRepair.sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void |
GuiRepair.sendWindowProperty(Container containerIn,
int varToUpdate,
int newValue) |
Modifier and Type | Class and Description |
---|---|
static class |
GuiContainerCreative.ContainerCreative |
Modifier and Type | Field and Description |
---|---|
Container |
GuiContainer.inventorySlots |
Modifier and Type | Method and Description |
---|---|
void |
CreativeCrafting.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
void |
CreativeCrafting.sendAllWindowProperties(Container containerIn,
IInventory inventory) |
void |
CreativeCrafting.sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void |
CreativeCrafting.sendWindowProperty(Container containerIn,
int varToUpdate,
int newValue) |
Constructor and Description |
---|
GuiContainer(Container inventorySlotsIn) |
Modifier and Type | Method and Description |
---|---|
Container |
ContainerLocalMenu.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
LocalBlockIntercommunication.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Constructor and Description |
---|
InventoryEffectRenderer(Container inventorySlotsIn) |
Modifier and Type | Method and Description |
---|---|
Container |
EntityMinecartHopper.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
EntityMinecartChest.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Modifier and Type | Field and Description |
---|---|
Container |
EntityPlayer.inventoryContainer |
Container |
EntityPlayer.openContainer |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerMP.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
void |
EntityPlayerMP.sendAllWindowProperties(Container containerIn,
IInventory inventory) |
void |
EntityPlayerMP.sendContainerToPlayer(Container containerIn) |
void |
EntityPlayerMP.sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void |
EntityPlayerMP.sendWindowProperty(Container containerIn,
int varToUpdate,
int newValue) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerBeacon |
class |
ContainerBrewingStand |
class |
ContainerChest |
class |
ContainerDispenser |
class |
ContainerEnchantment |
class |
ContainerFurnace |
class |
ContainerHopper |
class |
ContainerHorseInventory |
class |
ContainerMerchant |
class |
ContainerPlayer |
class |
ContainerRepair |
class |
ContainerShulkerBox |
class |
ContainerWorkbench |
Modifier and Type | Field and Description |
---|---|
private Container |
InventoryCrafting.eventHandler |
Modifier and Type | Method and Description |
---|---|
Container |
InventoryLargeChest.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Modifier and Type | Method and Description |
---|---|
void |
IContainerListener.sendAllContents(Container containerToSend,
NonNullList<ItemStack> itemsList) |
void |
IContainerListener.sendAllWindowProperties(Container containerIn,
IInventory inventory) |
void |
IContainerListener.sendSlotContents(Container containerToSend,
int slotInd,
ItemStack stack) |
void |
IContainerListener.sendWindowProperty(Container containerIn,
int varToUpdate,
int newValue) |
Constructor and Description |
---|
InventoryCrafting(Container eventHandlerIn,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
Container |
TileEntityShulkerBox.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityEnchantmentTable.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityFurnace.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityChest.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityDispenser.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityHopper.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityBrewingStand.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Container |
TileEntityBeacon.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Modifier and Type | Method and Description |
---|---|
Container |
IInteractionObject.createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
Modifier and Type | Field and Description |
---|---|
private Container |
PlayerContainerEvent.container |
Modifier and Type | Method and Description |
---|---|
Container |
PlayerContainerEvent.getContainer() |
Constructor and Description |
---|
Close(EntityPlayer player,
Container container) |
Open(EntityPlayer player,
Container container) |
PlayerContainerEvent(EntityPlayer player,
Container container) |
Modifier and Type | Method and Description |
---|---|
Container |
NetworkRegistry.getRemoteGuiContainer(ModContainer mc,
EntityPlayerMP player,
int modGuiId,
World world,
int x,
int y,
int z)
INTERNAL method for accessing the Gui registry
|