Enum DataWatcher.V1_9.ValueType
- java.lang.Object
-
- java.lang.Enum<DataWatcher.V1_9.ValueType>
-
- com.enjin.minecraft_commons.spigot.reflection.DataWatcher.V1_9.ValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DataWatcher.V1_9.ValueType>
- Enclosing class:
- DataWatcher.V1_9
public static enum DataWatcher.V1_9.ValueType extends java.lang.Enum<DataWatcher.V1_9.ValueType>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetType()booleanhasType()static DataWatcher.V1_9.ValueTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataWatcher.V1_9.ValueType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ENTITY_FLAG
public static final DataWatcher.V1_9.ValueType ENTITY_FLAG
-
ENTITY_AIR_TICKS
public static final DataWatcher.V1_9.ValueType ENTITY_AIR_TICKS
-
ENTITY_NAME
public static final DataWatcher.V1_9.ValueType ENTITY_NAME
-
ENTITY_NAME_VISIBLE
public static final DataWatcher.V1_9.ValueType ENTITY_NAME_VISIBLE
-
ENTITY_SILENT
public static final DataWatcher.V1_9.ValueType ENTITY_SILENT
-
ENTITY_LIVING_as
public static final DataWatcher.V1_9.ValueType ENTITY_LIVING_as
-
ENTITY_LIVING_HEALTH
public static final DataWatcher.V1_9.ValueType ENTITY_LIVING_HEALTH
-
ENTITY_LIVING_f
public static final DataWatcher.V1_9.ValueType ENTITY_LIVING_f
-
ENTITY_LIVING_g
public static final DataWatcher.V1_9.ValueType ENTITY_LIVING_g
-
ENTITY_LIVING_h
public static final DataWatcher.V1_9.ValueType ENTITY_LIVING_h
-
ENTITY_INSENTIENT_FLAG
public static final DataWatcher.V1_9.ValueType ENTITY_INSENTIENT_FLAG
-
ENTITY_SLIME_SIZE
public static final DataWatcher.V1_9.ValueType ENTITY_SLIME_SIZE
-
ENTITY_WITHER_a
public static final DataWatcher.V1_9.ValueType ENTITY_WITHER_a
-
ENTITY_WITHER_b
public static final DataWatcher.V1_9.ValueType ENTITY_WITHER_b
-
ENTITY_WITHER_c
public static final DataWatcher.V1_9.ValueType ENTITY_WITHER_c
-
ENTITY_WITHER_bv
public static final DataWatcher.V1_9.ValueType ENTITY_WITHER_bv
-
ENTITY_WITHER_bw
public static final DataWatcher.V1_9.ValueType ENTITY_WITHER_bw
-
ENTITY_AGEABLE_CHILD
public static final DataWatcher.V1_9.ValueType ENTITY_AGEABLE_CHILD
-
ENTITY_HORSE_STATUS
public static final DataWatcher.V1_9.ValueType ENTITY_HORSE_STATUS
-
ENTITY_HORSE_TYPE
public static final DataWatcher.V1_9.ValueType ENTITY_HORSE_TYPE
-
ENTITY_HORSE_VARIANT
public static final DataWatcher.V1_9.ValueType ENTITY_HORSE_VARIANT
-
ENTITY_HORSE_UUID
public static final DataWatcher.V1_9.ValueType ENTITY_HORSE_UUID
-
ENTITY_HORSE_ARMOR
public static final DataWatcher.V1_9.ValueType ENTITY_HORSE_ARMOR
-
ENTITY_HUMAN_ABSORPTION_HEARTS
public static final DataWatcher.V1_9.ValueType ENTITY_HUMAN_ABSORPTION_HEARTS
-
ENTITY_HUMAN_SCORE
public static final DataWatcher.V1_9.ValueType ENTITY_HUMAN_SCORE
-
ENTITY_HUMAN_SKIN_LAYERS
public static final DataWatcher.V1_9.ValueType ENTITY_HUMAN_SKIN_LAYERS
-
ENTITY_HUMAN_MAIN_HAND
public static final DataWatcher.V1_9.ValueType ENTITY_HUMAN_MAIN_HAND
-
-
Method Detail
-
values
public static DataWatcher.V1_9.ValueType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DataWatcher.V1_9.ValueType c : DataWatcher.V1_9.ValueType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataWatcher.V1_9.ValueType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
hasType
public boolean hasType()
-
getType
public java.lang.Object getType()
-
-