public class GuiSelectString extends GuiScreen
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
beforeValue |
protected GuiButtonExt |
btnDefault |
protected GuiButtonExt |
btnDone |
protected GuiButtonExt |
btnUndoChanges |
protected IConfigElement |
configElement |
java.lang.Object |
currentValue |
protected boolean |
enabled |
protected GuiSelectStringEntries |
entryList |
protected GuiScreen |
parentScreen |
protected java.util.Map<java.lang.Object,java.lang.String> |
selectableValues |
protected int |
slotIndex |
protected java.lang.String |
title |
protected java.lang.String |
titleLine2 |
protected java.lang.String |
titleLine3 |
protected java.util.List<java.lang.String> |
toolTip |
protected HoverChecker |
tooltipHoverChecker |
allowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiSelectString(GuiScreen parentScreen,
IConfigElement configElement,
int slotIndex,
java.util.Map<java.lang.Object,java.lang.String> selectableValues,
java.lang.Object currentValue,
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<java.lang.String> stringList,
int x,
int y) |
void |
handleMouseInput() |
void |
initGui() |
protected void |
mouseReleased(int x,
int y,
int mouseEvent) |
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, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolution, updateScreen
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected GuiScreen parentScreen
protected IConfigElement configElement
protected GuiSelectStringEntries 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.util.Map<java.lang.Object,java.lang.String> selectableValues
public final java.lang.Object beforeValue
public java.lang.Object currentValue
protected HoverChecker tooltipHoverChecker
protected java.util.List<java.lang.String> toolTip
protected boolean enabled
public GuiSelectString(GuiScreen parentScreen, IConfigElement configElement, int slotIndex, java.util.Map<java.lang.Object,java.lang.String> selectableValues, java.lang.Object currentValue, boolean enabled)
protected void actionPerformed(GuiButton button)
actionPerformed
in class GuiScreen
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException
protected void mouseReleased(int x, int y, int mouseEvent)
mouseReleased
in class GuiScreen
public void drawScreen(int par1, int par2, float par3)
drawScreen
in class GuiScreen
public void drawToolTip(java.util.List<java.lang.String> stringList, int x, int y)