Uses of Class
org.rspeer.game.movement.sailing.SteeringMode
-
Packages that use SteeringMode Package Description org.rspeer.game.movement.sailing -
-
Uses of SteeringMode in org.rspeer.game.movement.sailing
Methods in org.rspeer.game.movement.sailing that return SteeringMode Modifier and Type Method Description static SteeringModeSailing. getSteeringMode()static SteeringModeSteeringMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SteeringMode[]SteeringMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-