| Package | Description |
|---|---|
| net.minecraftforge.common | |
| net.minecraftforge.common.config |
| Modifier and Type | Method and Description |
|---|---|
static ConfigCategory |
ForgeChunkManager.getConfigFor(java.lang.Object mod) |
static ConfigCategory |
ForgeChunkManager.getDefaultsCategory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ConfigCategory> |
ForgeChunkManager.getModCategories() |
| Modifier and Type | Field and Description |
|---|---|
private ConfigCategory |
ConfigElement.category |
ConfigCategory |
ConfigCategory.parent |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,ConfigCategory> |
Configuration.categories |
private java.util.ArrayList<ConfigCategory> |
ConfigCategory.children |
| Modifier and Type | Method and Description |
|---|---|
ConfigCategory |
Configuration.getCategory(java.lang.String category) |
ConfigCategory |
ConfigCategory.getFirstParent() |
ConfigCategory |
ConfigCategory.setConfigEntryClass(java.lang.Class<? extends GuiConfigEntries.IConfigEntry> clazz) |
ConfigCategory |
ConfigCategory.setLanguageKey(java.lang.String languagekey) |
ConfigCategory |
ConfigCategory.setPropertyOrder(java.util.List<java.lang.String> propertyOrder) |
ConfigCategory |
ConfigCategory.setRequiresMcRestart(boolean requiresMcRestart)
Sets whether or not this ConfigCategory requires Minecraft to be restarted when changed.
|
ConfigCategory |
ConfigCategory.setRequiresWorldRestart(boolean requiresWorldRestart)
Sets the flag for whether or not this category can be edited while a world is running.
|
ConfigCategory |
ConfigCategory.setShowInGui(boolean showInGui)
Sets whether or not this ConfigCategory should be allowed to show on config GUIs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ConfigCategory> |
ConfigCategory.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ConfigCategory.getQualifiedName(java.lang.String name,
ConfigCategory parent) |
void |
Configuration.removeCategory(ConfigCategory category) |
void |
ConfigCategory.removeChild(ConfigCategory child) |
| Constructor and Description |
|---|
ConfigCategory(java.lang.String name,
ConfigCategory parent) |
ConfigElement(ConfigCategory category) |