public static final class GlobalProperties.Keys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static GlobalProperties.Keys |
AGENTS |
static GlobalProperties.Keys |
CONFIGS |
static GlobalProperties.Keys |
FML_CORE_MOD_MANAGER |
static GlobalProperties.Keys |
FML_GET_IGNORED_MODS |
static GlobalProperties.Keys |
FML_GET_REPARSEABLE_COREMODS |
static GlobalProperties.Keys |
FML_LOAD_CORE_MOD |
static GlobalProperties.Keys |
INIT |
static GlobalProperties.Keys |
PLATFORM_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
static GlobalProperties.Keys |
of(java.lang.String name)
Get or create a new global property key
|
public static final GlobalProperties.Keys INIT
public static final GlobalProperties.Keys AGENTS
public static final GlobalProperties.Keys CONFIGS
public static final GlobalProperties.Keys PLATFORM_MANAGER
public static final GlobalProperties.Keys FML_LOAD_CORE_MOD
public static final GlobalProperties.Keys FML_GET_REPARSEABLE_COREMODS
public static final GlobalProperties.Keys FML_CORE_MOD_MANAGER
public static final GlobalProperties.Keys FML_GET_IGNORED_MODS
public static GlobalProperties.Keys of(java.lang.String name)
name - name of key to get or create