public enum CommandType extends java.lang.Enum<CommandType>
Modifier and Type | Method and Description |
---|---|
static CommandType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandType BATCHRANGEFINDER
public static final CommandType CANSEE
public static final CommandType CHECKINVENTORY
public static final CommandType CROUCH
public static final CommandType CURRENTAMMO
public static final CommandType CURRENTARMOR
public static final CommandType CURRENTHEALTH
public static final CommandType CURRENTLOCATION
public static final CommandType FACING
public static final CommandType FIREWEAPON
public static final CommandType FORGETALLTASKS
public static final CommandType JUMP
public static final CommandType MAXARMOR
public static final CommandType MAXHEALTH
public static final CommandType MOVEBY
public static final CommandType MOVEFOR
public static final CommandType MOVEFOREVER
public static final CommandType MOVETO
public static final CommandType PAUSE
public static final CommandType PEEK
public static final CommandType PICKUP
public static final CommandType POP
public static final CommandType PUTDOWN
public static final CommandType RADAR
public static final CommandType RANGEFINDER
public static final CommandType ROTATE
public static final CommandType SAY
public static final CommandType SHOVE
public static final CommandType SKIP
public static final CommandType SWITCHWEAPON
public static final CommandType WHATIS
public static final CommandType IMAGEVIEWPOINT
public static final CommandType DEPTHVIEWPOINT
public static final CommandType SETHEALTH
public static final CommandType SETARMOR
public static final CommandType SETGRAVITY
public static final CommandType GAMETYPEANDMAPCONTROL
public static final CommandType SPEEDUP
public static final CommandType SLOWMO
public static final CommandType DROP
public static final CommandType SCREENSHOT
public static final CommandType GETHEALTH
public static final CommandType GETARMOR
public static final CommandType GETGRAVITY
public static final CommandType GETPOSITION
public static final CommandType FINDDISTANCE
public static final CommandType GODPAUSE
public static final CommandType ISWITHIN
public static final CommandType FOLLOWVIEWPOINT
public static final CommandType ROTATEFIREWEAPON
public static final CommandType FOLLOW
public static final CommandType CARTESIANSENSOR2D
public static CommandType[] values()
for (CommandType c : CommandType.values()) System.out.println(c);
public static CommandType 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