public static enum JumpInspectingBotFall.Phase extends Enum<JumpInspectingBotFall.Phase>
| Enum Constant and Description |
|---|
AfterJump |
AtEnd |
Jumping |
OnStart |
Running |
ToStart |
| Modifier and Type | Method and Description |
|---|---|
static JumpInspectingBotFall.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JumpInspectingBotFall.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JumpInspectingBotFall.Phase ToStart
public static final JumpInspectingBotFall.Phase OnStart
public static final JumpInspectingBotFall.Phase Running
public static final JumpInspectingBotFall.Phase Jumping
public static final JumpInspectingBotFall.Phase AfterJump
public static final JumpInspectingBotFall.Phase AtEnd
public static JumpInspectingBotFall.Phase[] values()
for (JumpInspectingBotFall.Phase c : JumpInspectingBotFall.Phase.values()) System.out.println(c);
public static JumpInspectingBotFall.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.