public static enum Enumhta.TextHopType extends Enum<Enumhta.TextHopType>
Enum Constant and Description |
---|
BOUNCE |
BOUNCE_OB |
CHAIN_LEFT |
CHAIN_LEFT_OB |
CHAIN_RIGHT_OB |
CHAIN_RIGNT |
DROP |
DROP_OB |
FLASH |
FLOW_LEFT |
FLOW_RIGHT |
PASS_LEFT |
PASS_RIGHT |
RAINBOW_FLASH |
RAINBOW_STAR |
SAND |
SAND_OB |
STAY |
TIMER |
TIMER_OB |
TRAIN_LEFT |
TRAIN_LEFT_OB |
TRAIN_RIGHT |
TRAIN_RIGHT_OB |
Modifier and Type | Method and Description |
---|---|
static Enumhta.TextHopType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumhta.TextHopType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumhta.TextHopType STAY
public static final Enumhta.TextHopType FLOW_LEFT
public static final Enumhta.TextHopType FLOW_RIGHT
public static final Enumhta.TextHopType FLASH
public static final Enumhta.TextHopType RAINBOW_FLASH
public static final Enumhta.TextHopType RAINBOW_STAR
public static final Enumhta.TextHopType TRAIN_LEFT
public static final Enumhta.TextHopType TRAIN_RIGHT
public static final Enumhta.TextHopType TRAIN_LEFT_OB
public static final Enumhta.TextHopType TRAIN_RIGHT_OB
public static final Enumhta.TextHopType BOUNCE
public static final Enumhta.TextHopType BOUNCE_OB
public static final Enumhta.TextHopType PASS_LEFT
public static final Enumhta.TextHopType PASS_RIGHT
public static final Enumhta.TextHopType CHAIN_LEFT
public static final Enumhta.TextHopType CHAIN_LEFT_OB
public static final Enumhta.TextHopType CHAIN_RIGNT
public static final Enumhta.TextHopType CHAIN_RIGHT_OB
public static final Enumhta.TextHopType DROP
public static final Enumhta.TextHopType DROP_OB
public static final Enumhta.TextHopType SAND
public static final Enumhta.TextHopType SAND_OB
public static final Enumhta.TextHopType TIMER
public static final Enumhta.TextHopType TIMER_OB
public static Enumhta.TextHopType[] values()
for (Enumhta.TextHopType c : Enumhta.TextHopType.values()) System.out.println(c);
public static Enumhta.TextHopType 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 nullCopyright © 2019. All rights reserved.