Package | Description |
---|---|
net.minecraft.client.entity | |
net.minecraft.client.gui.inventory | |
net.minecraft.client.renderer.tileentity | |
net.minecraft.entity.player | |
net.minecraft.inventory |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerSP.displayGUIBeacon(TileEntityBeacon par1TileEntityBeacon)
Displays the GUI for interacting with a beacon.
|
Constructor and Description |
---|
GuiBeacon(InventoryPlayer par1,
TileEntityBeacon par2) |
Modifier and Type | Method and Description |
---|---|
void |
TileEntityBeaconRenderer.renderTileEntityBeaconAt(TileEntityBeacon par1TileEntityBeacon,
double par2,
double par4,
double par6,
float par8)
Render a beacon tile entity.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TileEntityBeacon |
ContainerBeacon.getBeacon()
Returns the Tile Entity behind this beacon inventory / container
|
Constructor and Description |
---|
ContainerBeacon(InventoryPlayer par1InventoryPlayer,
TileEntityBeacon par2TileEntityBeacon) |