public class GuiEditArray extends GuiScreen
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
beforeValues |
protected GuiButtonExt |
btnDefault |
protected GuiButtonExt |
btnDone |
protected GuiButtonExt |
btnUndoChanges |
protected IConfigElement |
configElement |
protected java.lang.Object[] |
currentValues |
protected boolean |
enabled |
protected GuiEditArrayEntries |
entryList |
protected GuiScreen |
parentScreen |
protected int |
slotIndex |
protected java.lang.String |
title |
protected java.lang.String |
titleLine2 |
protected java.lang.String |
titleLine3 |
protected java.util.List |
toolTip |
protected HoverChecker |
tooltipHoverChecker |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, widthicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
GuiEditArray(GuiScreen parentScreen,
IConfigElement configElement,
int slotIndex,
java.lang.Object[] currentValues,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(GuiButton button) |
void |
drawScreen(int par1,
int par2,
float par3) |
void |
drawToolTip(java.util.List stringList,
int x,
int y) |
void |
handleMouseInput() |
void |
initGui() |
protected void |
keyTyped(char eventChar,
int eventKey) |
protected void |
mouseClicked(int x,
int y,
int mouseEvent) |
protected void |
mouseReleased(int x,
int y,
int mouseEvent) |
void |
updateScreen() |
confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, func_175272_a, func_175273_b, func_175276_a, func_175277_d, func_175278_g, func_175279_e, func_175280_f, func_175283_s, getClipboardString, handleInput, handleKeyboardInput, isCtrlKeyDown, isShiftKeyDown, mouseClickMove, onGuiClosed, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setText, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineprotected GuiScreen parentScreen
protected IConfigElement configElement
protected GuiEditArrayEntries entryList
protected GuiButtonExt btnUndoChanges
protected GuiButtonExt btnDefault
protected GuiButtonExt btnDone
protected java.lang.String title
protected java.lang.String titleLine2
protected java.lang.String titleLine3
protected int slotIndex
protected final java.lang.Object[] beforeValues
protected java.lang.Object[] currentValues
protected HoverChecker tooltipHoverChecker
protected java.util.List toolTip
protected boolean enabled
public GuiEditArray(GuiScreen parentScreen, IConfigElement configElement, int slotIndex, java.lang.Object[] currentValues, boolean enabled)
protected void actionPerformed(GuiButton button)
actionPerformed in class GuiScreenpublic void handleMouseInput()
throws java.io.IOException
handleMouseInput in class GuiScreenjava.io.IOExceptionprotected void mouseClicked(int x,
int y,
int mouseEvent)
throws java.io.IOException
mouseClicked in class GuiScreenjava.io.IOExceptionprotected void mouseReleased(int x,
int y,
int mouseEvent)
mouseReleased in class GuiScreenprotected void keyTyped(char eventChar,
int eventKey)
public void updateScreen()
updateScreen in class GuiScreenpublic void drawScreen(int par1,
int par2,
float par3)
drawScreen in class GuiScreenpublic void drawToolTip(java.util.List stringList,
int x,
int y)