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.Object
Global 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
Modifier and Type Method Description static GlobalProperties.Keysof(java.lang.String name)Get or create a new global property keyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
INIT
-
AGENTS
-
CONFIGS
-
PLATFORM_MANAGER
-
FML_LOAD_CORE_MOD
-
FML_GET_REPARSEABLE_COREMODS
-
FML_CORE_MOD_MANAGER
-
FML_GET_IGNORED_MODS
-
-
Method Details
-
of
Get or create a new global property key- Parameters:
name- name of key to get or create- Returns:
- new or existing key
-