net.minecraft.client.gui.inventory
Class GuiBrewingStand

java.lang.Object
  extended by net.minecraft.client.gui.Gui
      extended by net.minecraft.client.gui.GuiScreen
          extended by net.minecraft.client.gui.inventory.GuiContainer
              extended by net.minecraft.client.gui.inventory.GuiBrewingStand

public class GuiBrewingStand
extends GuiContainer


Field Summary
 
Fields inherited from class net.minecraft.client.gui.inventory.GuiContainer
inventorySlots
 
Fields inherited from class net.minecraft.client.gui.GuiScreen
allowUserInput, guiParticles, height, isMacOs, width
 
Constructor Summary
GuiBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
           
 
Method Summary
 
Methods inherited from class net.minecraft.client.gui.inventory.GuiContainer
doesGuiPauseGame, drawScreen, initGui, onGuiClosed, updateScreen
 
Methods inherited from class net.minecraft.client.gui.GuiScreen
confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution
 
Methods inherited from class net.minecraft.client.gui.Gui
drawCenteredString, drawRect, drawString, drawTexturedModalRect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiBrewingStand

public GuiBrewingStand(InventoryPlayer par1InventoryPlayer,
                       TileEntityBrewingStand par2TileEntityBrewingStand)