public static enum PlayerUpdateEntityOverridesPacket.UpdateType extends java.lang.Enum<PlayerUpdateEntityOverridesPacket.UpdateType>
| Enum Constant and Description |
|---|
CLEAR_OVERRIDES |
REMOVE_OVERRIDE |
SET_FLOAT_OVERRIDE |
SET_INT_OVERRIDE |
| Modifier and Type | Method and Description |
|---|---|
static PlayerUpdateEntityOverridesPacket.UpdateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerUpdateEntityOverridesPacket.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerUpdateEntityOverridesPacket.UpdateType CLEAR_OVERRIDES
public static final PlayerUpdateEntityOverridesPacket.UpdateType REMOVE_OVERRIDE
public static final PlayerUpdateEntityOverridesPacket.UpdateType SET_INT_OVERRIDE
public static final PlayerUpdateEntityOverridesPacket.UpdateType SET_FLOAT_OVERRIDE
public static PlayerUpdateEntityOverridesPacket.UpdateType[] values()
for (PlayerUpdateEntityOverridesPacket.UpdateType c : PlayerUpdateEntityOverridesPacket.UpdateType.values()) System.out.println(c);
public static PlayerUpdateEntityOverridesPacket.UpdateType 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