Uses of Class
net.minecraft.tileentity.TileEntityBrewingStand

Packages that use TileEntityBrewingStand
net.minecraft.client.entity   
net.minecraft.client.gui.inventory   
net.minecraft.entity.player   
net.minecraft.inventory   
 

Uses of TileEntityBrewingStand in net.minecraft.client.entity
 

Methods in net.minecraft.client.entity with parameters of type TileEntityBrewingStand
 void EntityPlayerSP.displayGUIBrewingStand(TileEntityBrewingStand par1TileEntityBrewingStand)
          Displays the GUI for interacting with a brewing stand.
 

Uses of TileEntityBrewingStand in net.minecraft.client.gui.inventory
 

Constructors in net.minecraft.client.gui.inventory with parameters of type TileEntityBrewingStand
GuiBrewingStand(InventoryPlayer par1InventoryPlayer, TileEntityBrewingStand par2TileEntityBrewingStand)
           
 

Uses of TileEntityBrewingStand in net.minecraft.entity.player
 

Methods in net.minecraft.entity.player with parameters of type TileEntityBrewingStand
 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.
 

Uses of TileEntityBrewingStand in net.minecraft.inventory
 

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