public enum AnRType extends java.lang.Enum<AnRType>
Modifier and Type | Method and Description |
---|---|
static AnRType |
fromDecValue(int val) |
static AnRType |
fromHexValue(java.lang.String hexVal) |
int |
getValue() |
java.lang.String |
toHexString() |
static AnRType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnRType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnRType None
public static final AnRType Light_Off
public static final AnRType Light_On
public static final AnRType Move_Ahead
public static final AnRType Move_Back
public static final AnRType Move_180Right
public static final AnRType Move_180Left
public static final AnRType Move_90Right
public static final AnRType Move_90Left
public static final AnRType Move_45Right
public static final AnRType Move_45Left
public static final AnRType Hustle_McndFront
public static final AnRType Hustle_McndRight
public static final AnRType Hustle_McndRear
public static final AnRType Hustle_McndLeft
public static final AnRType Hustle_Wall
public static final AnRType Hustle_PusherFront
public static final AnRType Hustle_PusherRight
public static final AnRType Hustle_PusherRear
public static final AnRType Hustle_PusherLeft
public static final AnRType Damage_LaserFront
public static final AnRType Damage_LaserRight
public static final AnRType Damage_LaserRear
public static final AnRType Damage_LaserLeft
public static final AnRType Damage_Press
public static final AnRType Damage_Pothole
public static final AnRType Conveyor_MakeMoveFront
public static final AnRType Conveyor_MakeMoveRight
public static final AnRType Conveyor_MakeMoveRear
public static final AnRType Conveyor_MakeMoveLeft
public static final AnRType Conveyor_Turn45Right
public static final AnRType Conveyor_Turn45Left
public static final AnRType Conveyor_Turn90Right
public static final AnRType Conveyor_Turn90Left
public static final AnRType Enrichment_EnergyX1
public static final AnRType Enrichment_EnergyX2
public static final AnRType Enrichment_Frozen
public static final AnRType Enrichment_Standby
public static final AnRType Enrichment_WakeUp
public static final AnRType Enrichment_LawOne
public static final AnRType Enrichment_LawTwo
public static final AnRType Enrichment_LawThree
public static final AnRType Enrichment_QuestAchieved
public static final AnRType Enrichment_Victory
public static AnRType[] values()
for (AnRType c : AnRType.values()) System.out.println(c);
public static AnRType 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 nullpublic int getValue()
public static AnRType fromDecValue(int val)
public static AnRType fromHexValue(java.lang.String hexVal)
public java.lang.String toHexString()