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