public static enum NBTUtilForestry.EnumNBTType extends java.lang.Enum<NBTUtilForestry.EnumNBTType>
| Enum Constant and Description |
|---|
BYTE |
BYTE_ARRAY |
COMPOUND |
DOUBLE |
END |
FLOAT |
INT |
INT_ARRAY |
LIST |
LONG |
SHORT |
STRING |
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<? extends net.minecraft.nbt.NBTBase> |
classObject |
static NBTUtilForestry.EnumNBTType[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static NBTUtilForestry.EnumNBTType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NBTUtilForestry.EnumNBTType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NBTUtilForestry.EnumNBTType END
public static final NBTUtilForestry.EnumNBTType BYTE
public static final NBTUtilForestry.EnumNBTType SHORT
public static final NBTUtilForestry.EnumNBTType INT
public static final NBTUtilForestry.EnumNBTType LONG
public static final NBTUtilForestry.EnumNBTType FLOAT
public static final NBTUtilForestry.EnumNBTType DOUBLE
public static final NBTUtilForestry.EnumNBTType BYTE_ARRAY
public static final NBTUtilForestry.EnumNBTType STRING
public static final NBTUtilForestry.EnumNBTType LIST
public static final NBTUtilForestry.EnumNBTType COMPOUND
public static final NBTUtilForestry.EnumNBTType INT_ARRAY
public static final NBTUtilForestry.EnumNBTType[] VALUES
public final java.lang.Class<? extends net.minecraft.nbt.NBTBase> classObject
public static NBTUtilForestry.EnumNBTType[] values()
for (NBTUtilForestry.EnumNBTType c : NBTUtilForestry.EnumNBTType.values()) System.out.println(c);
public static NBTUtilForestry.EnumNBTType 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