Package | Description |
---|---|
net.minecraftforge.client.gui | |
net.minecraftforge.fml.client.config |
Modifier and Type | Class and Description |
---|---|
static class |
ForgeGuiFactory.ForgeConfigGui.ModIDEntry
This custom list entry provides a Mod ID selector.
|
Modifier and Type | Class and Description |
---|---|
static class |
GuiConfigEntries.ArrayEntry
ArrayEntry
Provides a GuiButton with the list contents as the displayString.
|
static class |
GuiConfigEntries.BooleanEntry
BooleanPropEntry
Provides a GuiButton that toggles between true and false.
|
static class |
GuiConfigEntries.ChatColorEntry
ChatColorEntry
Provides a GuiButton that cycles through the list of chat color codes.
|
static class |
GuiConfigEntries.CycleValueEntry
CycleValueEntry
Provides a GuiButton that cycles through the prop's validValues array.
|
static class |
GuiConfigEntries.NumberSliderEntry
NumberSliderEntry
Provides a slider for numeric properties.
|
static class |
GuiConfigEntries.SelectValueEntry
SelectValueEntry
Provides a GuiButton with the current value as the displayString.
|