Package net.minecraft.src
Class GuiControls
- java.lang.Object
-
- net.minecraft.client.gui.GuiComponent
-
- net.minecraft.client.gui.screens.Screen
-
- net.minecraft.src.GuiControls
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.ConfirmationResultConsumer
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
screenTitle
-
Fields inherited from class net.minecraft.client.gui.screens.Screen
allowUserInput, controlList, fontRenderer, guiParticles, height, mc, width
-
Fields inherited from class net.minecraft.client.gui.GuiComponent
zLevel
-
-
Constructor Summary
Constructors Constructor Description GuiControls(Screen guiscreen, GameSettings gamesettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
actionPerformed(Button guibutton)
void
drawScreen(int i, int j, float f)
void
initGui()
protected void
keyTyped(char c, int i)
protected void
mouseClicked(int i, int j, int k)
-
Methods inherited from class net.minecraft.client.gui.screens.Screen
confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, func_50049_m, func_50050_a, func_50051_l, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, handleMouseInput, mouseMovedOrUp, onConfirm, onGuiClosed, setWorldAndResolution, updateScreen
-
Methods inherited from class net.minecraft.client.gui.GuiComponent
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawRightAlignedString, drawString, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
-
-
-
-
Constructor Detail
-
GuiControls
public GuiControls(Screen guiscreen, GameSettings gamesettings)
-
-
Method Detail
-
actionPerformed
protected void actionPerformed(Button guibutton)
- Overrides:
actionPerformed
in classScreen
-
mouseClicked
protected void mouseClicked(int i, int j, int k)
- Overrides:
mouseClicked
in classScreen
-
drawScreen
public void drawScreen(int i, int j, float f)
- Overrides:
drawScreen
in classScreen
-
-