public static class ForgeGuiFactory.ForgeConfigGui.ModIDEntry extends GuiConfigEntries.SelectValueEntry
beforeValue, currentValue, selectableValues
btnValue
btnDefault, btnUndoChanges, configElement, defaultHoverChecker, defaultToolTip, drawLabel, isValidValue, mc, name, owningEntryList, owningScreen, toolTip, tooltipHoverChecker, undoHoverChecker, undoToolTip
Constructor and Description |
---|
ModIDEntry(GuiConfig owningScreen,
GuiConfigEntries owningEntryList,
IConfigElement prop) |
Modifier and Type | Method and Description |
---|---|
void |
onGuiClosed()
By overriding onGuiClosed() for this entry we can perform additional actions when the user is done such as saving
a new ConfigCategory object to the Configuration object.
|
getCurrentValue, getCurrentValues, isChanged, isDefault, saveConfigElement, setToDefault, setValueFromChildScreen, undoChanges, updateValueButtonText, valueButtonPressed
drawEntry, keyTyped, mouseClicked, mousePressed, mouseReleased, updateCursorCounter
drawToolTip, enabled, getConfigElement, getEntryRightBound, getLabelWidth, getName, updatePosition
public ModIDEntry(GuiConfig owningScreen, GuiConfigEntries owningEntryList, IConfigElement prop)
public void onGuiClosed()
onGuiClosed
in interface GuiConfigEntries.IConfigEntry
onGuiClosed
in class GuiConfigEntries.ListEntryBase