| Package | Description |
|---|---|
| net.minecraftforge.common.config | |
| net.minecraftforge.fml.client | |
| net.minecraftforge.fml.client.config |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
Property.arrayEntryClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
Property.getArrayEntryClass()
Gets the custom IArrayEntry class that should be used in place of the standard entry class for this Property type, or null if
none has been set.
|
java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
ConfigElement.getArrayEntryClass() |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.setArrayEntryClass(java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> clazz)
Sets a custom IGuiEditListEntry class that should be used in place of the standard entry class for this Property type.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FMLConfigGuiFactory.CustomArrayEntry |
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiEditArrayEntries.BaseEntry |
static class |
GuiEditArrayEntries.BooleanEntry |
static class |
GuiEditArrayEntries.DoubleEntry
IGuiListEntry Inner Classes
|
static class |
GuiEditArrayEntries.IntegerEntry |
static class |
GuiEditArrayEntries.StringEntry |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
DummyConfigElement.arrayEntryClass |
java.util.List<GuiEditArrayEntries.IArrayEntry> |
GuiEditArrayEntries.listEntries |
| Modifier and Type | Method and Description |
|---|---|
GuiEditArrayEntries.IArrayEntry |
GuiEditArrayEntries.getListEntry(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
DummyConfigElement.getArrayEntryClass() |
java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> |
IConfigElement.getArrayEntryClass()
This method returns a class that implements
GuiEditArrayEntries.IArrayEntry. |
| Modifier and Type | Method and Description |
|---|---|
IConfigElement |
DummyConfigElement.setArrayEntryClass(java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> clazz) |
DummyConfigElement.DummyListElement |
DummyConfigElement.DummyListElement.setCustomEditListEntryClass(java.lang.Class<? extends GuiEditArrayEntries.IArrayEntry> clazz) |