public final enum

RaceCheckpointType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ net.gtaun.shoebill.constant.RaceCheckpointType

Class Overview

Type of checkpoint.

Summary

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

Enum Values

public static final RaceCheckpointType AIR

Air normal

public static final RaceCheckpointType AIR_FINISH

Air finish

public static final RaceCheckpointType NORMAL

Normal

public static final RaceCheckpointType NORMAL_FINISH

Finish

public static final RaceCheckpointType NOTHING

Nothing (Only the checkpoint without anything on it)

Public Methods

public static RaceCheckpointType get (int value)

public int getValue ()

public static RaceCheckpointType valueOf (String name)

public static final RaceCheckpointType[] values ()