public static enum SuperKnockback.PacketWaiting extends Enum<SuperKnockback.PacketWaiting>
Enum Constant and Description |
---|
FIRST_START |
FIRST_STOP |
NOTHING |
SECOND_START |
SECOND_STOP |
USE_ENTITY |
Modifier and Type | Method and Description |
---|---|
static SuperKnockback.PacketWaiting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuperKnockback.PacketWaiting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuperKnockback.PacketWaiting NOTHING
public static final SuperKnockback.PacketWaiting FIRST_START
public static final SuperKnockback.PacketWaiting FIRST_STOP
public static final SuperKnockback.PacketWaiting SECOND_START
public static final SuperKnockback.PacketWaiting SECOND_STOP
public static final SuperKnockback.PacketWaiting USE_ENTITY
public static SuperKnockback.PacketWaiting[] values()
for (SuperKnockback.PacketWaiting c : SuperKnockback.PacketWaiting.values()) System.out.println(c);
public static SuperKnockback.PacketWaiting valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null