Enum Constant and Description |
---|
TM1 |
TM2 |
TM3 |
TM4 |
TM5 |
TM6 |
TM7 |
TM8 |
TM9 |
TR8 |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.Item |
getItem() |
ITechnicalMove[] |
getMoves() |
static TMType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TMType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TMType TM9
public static final TMType TR8
public static final TMType TM8
public static final TMType TM7
public static final TMType TM6
public static final TMType TM5
public static final TMType TM4
public static final TMType TM3
public static final TMType TM2
public static final TMType TM1
public static TMType[] values()
for (TMType c : TMType.values()) System.out.println(c);
public static TMType 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.item.Item getItem()
public ITechnicalMove[] getMoves()