Uses of Class
net.minecraft.tileentity.TileEntityBeacon

Packages that use TileEntityBeacon
net.minecraft.client.entity   
net.minecraft.client.gui.inventory   
net.minecraft.client.renderer.tileentity   
net.minecraft.entity.player   
net.minecraft.inventory   
 

Uses of TileEntityBeacon in net.minecraft.client.entity
 

Methods in net.minecraft.client.entity with parameters of type TileEntityBeacon
 void EntityPlayerSP.displayGUIBeacon(TileEntityBeacon par1TileEntityBeacon)
          Displays the GUI for interacting with a beacon.
 

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

Constructors in net.minecraft.client.gui.inventory with parameters of type TileEntityBeacon
GuiBeacon(InventoryPlayer par1, TileEntityBeacon par2)
           
 

Uses of TileEntityBeacon in net.minecraft.client.renderer.tileentity
 

Methods in net.minecraft.client.renderer.tileentity with parameters of type TileEntityBeacon
 void TileEntityBeaconRenderer.renderTileEntityBeaconAt(TileEntityBeacon par1TileEntityBeacon, double par2, double par4, double par6, float par8)
          Render a beacon tile entity.
 

Uses of TileEntityBeacon in net.minecraft.entity.player
 

Methods in net.minecraft.entity.player with parameters of type TileEntityBeacon
 void EntityPlayer.displayGUIBeacon(TileEntityBeacon par1TileEntityBeacon)
          Displays the GUI for interacting with a beacon.
 void EntityPlayerMP.displayGUIBeacon(TileEntityBeacon par1TileEntityBeacon)
          Displays the GUI for interacting with a beacon.
 

Uses of TileEntityBeacon in net.minecraft.inventory
 

Methods in net.minecraft.inventory that return TileEntityBeacon
 TileEntityBeacon ContainerBeacon.getBeacon()
          Returns the Tile Entity behind this beacon inventory / container
 

Constructors in net.minecraft.inventory with parameters of type TileEntityBeacon
ContainerBeacon(InventoryPlayer par1InventoryPlayer, TileEntityBeacon par2TileEntityBeacon)