net.minecraft.client.gui.inventory
Class GuiBeacon
java.lang.Object
net.minecraft.client.gui.Gui
net.minecraft.client.gui.GuiScreen
net.minecraft.client.gui.inventory.GuiContainer
net.minecraft.client.gui.inventory.GuiBeacon
public class GuiBeacon
- extends GuiContainer
Method Summary |
void |
initGui()
Adds the buttons (and other controls) to the screen in question. |
void |
updateScreen()
Called from the main game loop to update the screen. |
Methods inherited from class net.minecraft.client.gui.GuiScreen |
confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution |
GuiBeacon
public GuiBeacon(InventoryPlayer par1,
TileEntityBeacon par2)
initGui
public void initGui()
- Adds the buttons (and other controls) to the screen in question.
- Overrides:
initGui
in class GuiContainer
updateScreen
public void updateScreen()
- Called from the main game loop to update the screen.
- Overrides:
updateScreen
in class GuiContainer