public final class GuiModuleTerminal
extends net.minecraft.client.gui.GuiScreen
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char chr,
int code) |
boolean |
doesGuiPauseGame() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
initGui() |
boolean |
isFor(ModuleTerminal that) |
boolean |
keyPressed(int keyCode,
int scancode,
int mods) |
void |
onGuiClosed() |
addButton, close, confirmResult, doesEscCloseScreen, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getEventListeners, getItemToolTip, handleComponentClick, handleComponentHover, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, runOrMakeCrashReport, sendChatMessage, sendChatMessage, setText, setWorldAndResolution, updateScreenfunc_195072_d, func_195073_a, func_205725_b, func_207714_t, getFocused, mouseClicked, mouseDragged, mouseReleaseddrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean isFor(ModuleTerminal that)
public void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class net.minecraft.client.gui.GuiScreenpublic boolean keyPressed(int keyCode,
int scancode,
int mods)
keyPressed in interface net.minecraft.client.gui.IGuiEventListenerkeyPressed in interface net.minecraft.client.gui.IGuiEventListenerDeferredkeyPressed in class net.minecraft.client.gui.GuiScreenpublic boolean charTyped(char chr,
int code)
public 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.GuiScreen