| Package | Description |
|---|---|
| net.minecraftforge.common |
| Modifier and Type | Field and Description |
|---|---|
ConfigCategory |
ConfigCategory.parent |
| Modifier and Type | Method and Description |
|---|---|
ConfigCategory |
Configuration.getCategory(String category) |
static ConfigCategory |
ForgeChunkManager.getConfigFor(Object mod) |
ConfigCategory |
ConfigCategory.getFirstParent() |
| Modifier and Type | Method and Description |
|---|---|
Set<ConfigCategory> |
ConfigCategory.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ConfigCategory.getQualifiedName(String name,
ConfigCategory parent) |
void |
Configuration.removeCategory(ConfigCategory category) |
void |
ConfigCategory.removeChild(ConfigCategory child) |
| Constructor and Description |
|---|
ConfigCategory(String name,
ConfigCategory parent) |