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