public static final class MixinEnvironment.Phase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static MixinEnvironment.Phase |
DEFAULT
"Default" phase, during runtime
|
static MixinEnvironment.Phase |
INIT
"Initialisation" phase, after FML's deobf transformer has loaded
|
static MixinEnvironment.Phase |
PREINIT
"Pre initialisation" phase, everything before the tweak system begins
to load the game
|
| Modifier and Type | Method and Description |
|---|---|
static MixinEnvironment.Phase |
forName(java.lang.String name)
Get a phase by name, returns null if no phases exist with
the specified name
|
java.lang.String |
toString() |
public static final MixinEnvironment.Phase PREINIT
public static final MixinEnvironment.Phase INIT
public static final MixinEnvironment.Phase DEFAULT
public java.lang.String toString()
toString in class java.lang.Objectpublic static MixinEnvironment.Phase forName(java.lang.String name)
name - phase name to lookup