| Enum Constant and Description |
|---|
FABRIC |
FORGE |
MODLOADER |
NEOFORGE |
QUILT |
RIFT |
| Modifier and Type | Method and Description |
|---|---|
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 FABRIC
public static final ModLoader FORGE
public static final ModLoader QUILT
public static final ModLoader NEOFORGE
public static final ModLoader RIFT
public static final ModLoader MODLOADER
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 null