Package org.spongepowered.asm.launch
Class GlobalProperties.Keys
- java.lang.Object
-
- org.spongepowered.asm.launch.GlobalProperties.Keys
-
- Enclosing class:
- GlobalProperties
public static final class GlobalProperties.Keys extends java.lang.ObjectGlobal property keys
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalProperties.KeysAGENTSstatic GlobalProperties.KeysCONFIGSstatic GlobalProperties.KeysFML_CORE_MOD_MANAGERstatic GlobalProperties.KeysFML_GET_IGNORED_MODSstatic GlobalProperties.KeysFML_GET_REPARSEABLE_COREMODSstatic GlobalProperties.KeysFML_LOAD_CORE_MODstatic GlobalProperties.KeysINITstatic GlobalProperties.KeysPLATFORM_MANAGER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalProperties.Keysof(java.lang.String name)Get or create a new global property keyjava.lang.StringtoString()
-
-
-
Field Detail
-
INIT
public static final GlobalProperties.Keys INIT
-
AGENTS
public static final GlobalProperties.Keys AGENTS
-
CONFIGS
public static final GlobalProperties.Keys CONFIGS
-
PLATFORM_MANAGER
public static final GlobalProperties.Keys PLATFORM_MANAGER
-
FML_LOAD_CORE_MOD
public static final GlobalProperties.Keys FML_LOAD_CORE_MOD
-
FML_GET_REPARSEABLE_COREMODS
public static final GlobalProperties.Keys FML_GET_REPARSEABLE_COREMODS
-
FML_CORE_MOD_MANAGER
public static final GlobalProperties.Keys FML_CORE_MOD_MANAGER
-
FML_GET_IGNORED_MODS
public static final GlobalProperties.Keys FML_GET_IGNORED_MODS
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
of
public static GlobalProperties.Keys of(java.lang.String name)
Get or create a new global property key- Parameters:
name- name of key to get or create- Returns:
- new or existing key
-
-