public static enum JumpInspectingBot.Phase extends Enum<JumpInspectingBot.Phase>
| Enum Constant and Description |
|---|
AfterJump |
AtEnd |
Jumping |
OnStart |
Running |
ToStart |
| Modifier and Type | Method and Description |
|---|---|
static JumpInspectingBot.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JumpInspectingBot.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JumpInspectingBot.Phase ToStart
public static final JumpInspectingBot.Phase OnStart
public static final JumpInspectingBot.Phase Running
public static final JumpInspectingBot.Phase Jumping
public static final JumpInspectingBot.Phase AfterJump
public static final JumpInspectingBot.Phase AtEnd
public static JumpInspectingBot.Phase[] values()
for (JumpInspectingBot.Phase c : JumpInspectingBot.Phase.values()) System.out.println(c);
public static JumpInspectingBot.Phase 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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.