public class GuiSnooper extends GuiScreen
Modifier and Type | Class and Description |
---|---|
(package private) class |
GuiSnooper.List |
Modifier and Type | Field and Description |
---|---|
private java.lang.String[] |
desc |
private GameSettings |
game_settings_2 |
private java.util.List<java.lang.String> |
keys |
private GuiScreen |
lastScreen |
private GuiSnooper.List |
list |
private java.lang.String |
title |
private GuiButton |
toggleButton |
private java.util.List<java.lang.String> |
values |
allowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiSnooper(GuiScreen p_i1061_1_,
GameSettings p_i1061_2_) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleMouseInput() |
void |
initGui() |
addButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution, updateScreen
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
private final GuiScreen lastScreen
private final GameSettings game_settings_2
private final java.util.List<java.lang.String> keys
private final java.util.List<java.lang.String> values
private java.lang.String title
private java.lang.String[] desc
private GuiSnooper.List list
private GuiButton toggleButton
public GuiSnooper(GuiScreen p_i1061_1_, GameSettings p_i1061_2_)
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException
protected void actionPerformed(GuiButton button) throws java.io.IOException
actionPerformed
in class GuiScreen
java.io.IOException
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen