Uses of Class
net.ctdp.rfdynhud.gamedata.VehicleState

Packages that use VehicleState
net.ctdp.rfdynhud.gamedata   
 

Uses of VehicleState in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return VehicleState
static VehicleState VehicleState.get(VehicleScoringInfo vsi, float slowerFasterDelay)
          Gets the current VehicleState for the given vehicle.
static VehicleState VehicleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VehicleState[] VehicleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.