public final class TerminalModuleGui
extends net.minecraft.client.gui.Gui
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char chr,
int code) |
void |
draw(int mouseX,
int mouseY,
float partialTicks) |
boolean |
isFor(TerminalModule that) |
boolean |
isPauseScreen() |
boolean |
keyPressed(int keyCode,
int scancode,
int mods) |
void |
onClosed() |
void |
onInitialized() |
addButton, close, doesEscapeKeyClose, drawBackground, drawBackground, drawStackTooltip, drawTextComponentHover, drawTextureBackground, drawTooltip, drawTooltip, getEntries, getStackTooltip, handle, handleTextComponentClick, initialize, isAltPressed, isControlPressed, isCopyShortcutPressed, isCutShortcutPressed, isPasteShortcutPressed, isSelectAllShortcutPressed, isShiftPressed, method_16016, method_2213, method_2217, method_2230, method_2237, onScaleChanged, updatefocusNext, focusOn, getFocused, mouseClicked, mouseDragged, mouseReleased, setActive, setFocuseddrawGradientRect, drawHorizontalLine, drawRect, drawString, drawStringCentered, drawTexturedRect, drawTexturedRect, drawTexturedRect, drawTexturedRect, drawTexturedRect, drawVerticalLinepublic boolean isFor(TerminalModule that)
public void draw(int mouseX,
int mouseY,
float partialTicks)
draw in class net.minecraft.client.gui.Guipublic boolean keyPressed(int keyCode,
int scancode,
int mods)
keyPressed in interface net.minecraft.client.gui.GuiEventListenerkeyPressed in interface net.minecraft.client.gui.InputListenerkeyPressed in class net.minecraft.client.gui.Guipublic boolean charTyped(char chr,
int code)
public void onInitialized()
onInitialized in class net.minecraft.client.gui.Guipublic void onClosed()
onClosed in class net.minecraft.client.gui.Guipublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.Gui