| Package | Description |
|---|---|
| net.minecraft.client.entity | |
| net.minecraft.client.gui.inventory | |
| net.minecraft.entity.player | |
| net.minecraft.inventory |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlayerSP.displayGUIBrewingStand(TileEntityBrewingStand par1TileEntityBrewingStand)
Displays the GUI for interacting with a brewing stand.
|
| Constructor and Description |
|---|
GuiBrewingStand(InventoryPlayer par1InventoryPlayer,
TileEntityBrewingStand par2TileEntityBrewingStand) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityPlayer.displayGUIBrewingStand(TileEntityBrewingStand par1TileEntityBrewingStand)
Displays the GUI for interacting with a brewing stand.
|
void |
EntityPlayerMP.displayGUIBrewingStand(TileEntityBrewingStand par1TileEntityBrewingStand)
Displays the GUI for interacting with a brewing stand.
|
| Constructor and Description |
|---|
ContainerBrewingStand(InventoryPlayer par1InventoryPlayer,
TileEntityBrewingStand par2TileEntityBrewingStand) |