| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
net.minecraft.util.ResourceLocation |
ingotOf(java.lang.String type) |
net.minecraft.util.ResourceLocation |
nuggetOf(java.lang.String type) |
static Mods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mods MEK
public static final Mods TH
public static final Mods MW
public static final Mods SM
public static final Mods IE
public static final Mods EID
public static final Mods INF
public static Mods[] values()
for (Mods c : Mods.values()) System.out.println(c);
public static Mods 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 net.minecraft.util.ResourceLocation ingotOf(java.lang.String type)
public net.minecraft.util.ResourceLocation nuggetOf(java.lang.String type)
public java.lang.String getId()