| Modifier and Type | Class and Description |
|---|---|
static class |
ModLoader.Mapping |
| Modifier and Type | Method and Description |
|---|---|
ModLoader.Mapping |
getMapping() |
java.lang.String |
getName() |
ModLoaderType |
getType() |
static ModLoader |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModLoader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModLoader FORGE
public static final ModLoader NEO_FORGE
public static final ModLoader FABRIC
public static final ModLoader QUILT
public static ModLoader[] values()
for (ModLoader c : ModLoader.values()) System.out.println(c);
public static ModLoader valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public ModLoaderType getType()
public ModLoader.Mapping getMapping()