Modifier and Type | Method and Description |
---|---|
void |
ModLoaderGuiHelper.injectContainerAndID(Container container,
int ID) |
static void |
ModLoaderHelper.openGui(int id,
EntityPlayer player,
Container container,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
void |
GuiRepair.sendContainerAndContentsToPlayer(Container par1Container,
List par2List) |
void |
GuiRepair.sendProgressBarUpdate(Container par1Container,
int par2,
int par3)
Sends two ints to the client-side Container.
|
void |
GuiRepair.sendSlotContents(Container par1Container,
int par2,
ItemStack par3ItemStack)
Sends the contents of an inventory slot to the client-side Container.
|
Modifier and Type | Field and Description |
---|---|
Container |
GuiContainer.inventorySlots
A list of the players inventory slots.
|
Modifier and Type | Method and Description |
---|---|
void |
CreativeCrafting.sendContainerAndContentsToPlayer(Container par1Container,
List par2List) |
void |
CreativeCrafting.sendProgressBarUpdate(Container par1Container,
int par2,
int par3)
Sends two ints to the client-side Container.
|
void |
CreativeCrafting.sendSlotContents(Container par1Container,
int par2,
ItemStack par3ItemStack)
Sends the contents of an inventory slot to the client-side Container.
|
Constructor and Description |
---|
GuiContainer(Container par1Container) |
Constructor and Description |
---|
InventoryEffectRenderer(Container par1Container) |
Modifier and Type | Field and Description |
---|---|
Container |
EntityPlayer.inventoryContainer
The Container for the player's inventory (which opens when they press E)
|
Container |
EntityPlayer.openContainer
The Container the player has open.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerMP.sendContainerAndContentsToPlayer(Container par1Container,
List par2List) |
void |
EntityPlayerMP.sendContainerToPlayer(Container par1Container) |
void |
EntityPlayerMP.sendProgressBarUpdate(Container par1Container,
int par2,
int par3)
Sends two ints to the client-side Container.
|
void |
EntityPlayerMP.sendSlotContents(Container par1Container,
int par2,
ItemStack par3ItemStack)
Sends the contents of an inventory slot to the client-side Container.
|
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 |
ContainerWorkbench |
Modifier and Type | Method and Description |
---|---|
void |
ICrafting.sendContainerAndContentsToPlayer(Container container,
List list) |
void |
ICrafting.sendProgressBarUpdate(Container container,
int i,
int j)
Sends two ints to the client-side Container.
|
void |
ICrafting.sendSlotContents(Container container,
int i,
ItemStack itemstack)
Sends the contents of an inventory slot to the client-side Container.
|
Constructor and Description |
---|
InventoryCrafting(Container par1Container,
int par2,
int par3) |
Modifier and Type | Method and Description |
---|---|
static void |
ModLoader.serverOpenWindow(EntityPlayerMP player,
Container container,
int ID,
int x,
int y,
int z) |