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