public enum MetaType1_8 extends java.lang.Enum<MetaType1_8> implements MetaType
MetaType.MetaTypeImpl
Enum Constant and Description |
---|
Byte |
Float |
Int |
Position |
Rotation |
Short |
Slot |
String |
Modifier and Type | Method and Description |
---|---|
static MetaType1_8 |
byId(int id) |
Type |
type()
Get the write/read type
|
int |
typeId()
Get type id from the specific MetaDataType
|
static MetaType1_8 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaType1_8[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaType1_8 Byte
public static final MetaType1_8 Short
public static final MetaType1_8 Int
public static final MetaType1_8 Float
public static final MetaType1_8 String
public static final MetaType1_8 Slot
public static final MetaType1_8 Position
public static final MetaType1_8 Rotation
public static MetaType1_8[] values()
for (MetaType1_8 c : MetaType1_8.values()) System.out.println(c);
public static MetaType1_8 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 static MetaType1_8 byId(int id)
public int typeId()
MetaType