Uses of Class
net.ctdp.rfdynhud.gamedata.VehiclePhysics.WheelDrive

Packages that use VehiclePhysics.WheelDrive
net.ctdp.rfdynhud.gamedata   
 

Uses of VehiclePhysics.WheelDrive in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return VehiclePhysics.WheelDrive
 VehiclePhysics.WheelDrive VehiclePhysics.getWheelDrive()
          Gets the vehicle's VehiclePhysics.WheelDrive.
static VehiclePhysics.WheelDrive VehiclePhysics.WheelDrive.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VehiclePhysics.WheelDrive[] VehiclePhysics.WheelDrive.values()
          Returns an array containing the constants of this enum type, in the order they are declared.