Package | Description |
---|---|
net.minecraft.client.entity | |
net.minecraft.client.gui.inventory | |
net.minecraft.entity.player | |
net.minecraft.inventory | |
net.minecraft.tileentity | |
net.minecraft.util |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerSP.displayGUIDispenser(TileEntityDispenser par1TileEntityDispenser)
Displays the dipsenser GUI for the passed in dispenser entity.
|
Modifier and Type | Field and Description |
---|---|
TileEntityDispenser |
GuiDispenser.field_94078_r |
Constructor and Description |
---|
GuiDispenser(InventoryPlayer par1InventoryPlayer,
TileEntityDispenser par2TileEntityDispenser) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayer.displayGUIDispenser(TileEntityDispenser par1TileEntityDispenser)
Displays the dipsenser GUI for the passed in dispenser entity.
|
void |
EntityPlayerMP.displayGUIDispenser(TileEntityDispenser par1TileEntityDispenser)
Displays the dipsenser GUI for the passed in dispenser entity.
|
Constructor and Description |
---|
ContainerDispenser(IInventory par1IInventory,
TileEntityDispenser par2TileEntityDispenser) |
Modifier and Type | Class and Description |
---|---|
class |
TileEntityDropper |
Modifier and Type | Method and Description |
---|---|
static void |
WeightedRandomChestContent.generateDispenserContents(Random par0Random,
WeightedRandomChestContent[] par1ArrayOfWeightedRandomChestContent,
TileEntityDispenser par2TileEntityDispenser,
int par3)
Generates the Dispenser contents.
|