public class GuiModuleTerminal
extends net.minecraft.client.gui.GuiScreen
| Constructor and Description |
|---|
GuiModuleTerminal(ModuleTerminal module) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesGuiPauseGame() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleRenderGameOverlay(net.minecraftforge.client.event.RenderGameOverlayEvent.Pre event) |
void |
initGui() |
boolean |
isFor(ModuleTerminal that) |
protected void |
keyTyped(char typedChar,
int keyCode) |
void |
onGuiClosed() |
actionPerformed, confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, mouseClicked, mouseClickMove, mouseMovedOrUp, renderToolTip, setClipboardString, setWorldAndResolution, updateScreenpublic GuiModuleTerminal(ModuleTerminal module)
public boolean isFor(ModuleTerminal that)
public void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class net.minecraft.client.gui.GuiScreenprotected void keyTyped(char typedChar,
int keyCode)
keyTyped in class net.minecraft.client.gui.GuiScreenpublic void initGui()
initGui in class net.minecraft.client.gui.GuiScreenpublic void onGuiClosed()
onGuiClosed in class net.minecraft.client.gui.GuiScreenpublic boolean doesGuiPauseGame()
doesGuiPauseGame in class net.minecraft.client.gui.GuiScreenpublic void handleRenderGameOverlay(net.minecraftforge.client.event.RenderGameOverlayEvent.Pre event)