| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | net.gtaun.shoebill.constant.RaceCheckpointType | |
Type of checkpoint.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RaceCheckpointType | AIR | Air normal | |||||||||
| RaceCheckpointType | AIR_FINISH | Air finish | |||||||||
| RaceCheckpointType | NORMAL | Normal | |||||||||
| RaceCheckpointType | NORMAL_FINISH | Finish | |||||||||
| RaceCheckpointType | NOTHING | Nothing (Only the checkpoint without anything on it) | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RaceCheckpointType | get(int value) | ||||||||||
| int | getValue() | ||||||||||
| static RaceCheckpointType | valueOf(String name) | ||||||||||
| final static RaceCheckpointType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||