Uses of Class
net.minecraft.src.TileEntityBrewingStand

Packages that use TileEntityBrewingStand
net.minecraft.src   
 

Uses of TileEntityBrewingStand in net.minecraft.src
 

Methods in net.minecraft.src with parameters of type TileEntityBrewingStand
 void EntityPlayerSP.displayGUIBrewingStand(TileEntityBrewingStand par1TileEntityBrewingStand)
          Displays the GUI for interacting with a brewing stand.
 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.
 

Constructors in net.minecraft.src with parameters of type TileEntityBrewingStand
ContainerBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
           
GuiBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)