Uses of Enum Class
net.risingworld.api.definitions.Vehicles.Hand
Packages that use Vehicles.Hand
-
Uses of Vehicles.Hand in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Vehicles.HandModifier and TypeFieldDescriptionVehicles.VehicleDefinition.driverhand
Determines which hand is being used on the driver seat to operate the vehicleMethods in net.risingworld.api.definitions that return Vehicles.HandModifier and TypeMethodDescriptionstatic Vehicles.Hand
Vehicles.Hand.get
(int value) static Vehicles.Hand
Returns the enum constant of this class with the specified name.static Vehicles.Hand[]
Vehicles.Hand.values()
Returns an array containing the constants of this enum class, in the order they are declared.