Uses of Class
org.rspeer.game.movement.sailing.Heading
-
Packages that use Heading Package Description org.rspeer.game.adapter.scene org.rspeer.game.movement.sailing -
-
Uses of Heading in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return Heading Modifier and Type Method Description HeadingWorldEntity. getHeading() -
Uses of Heading in org.rspeer.game.movement.sailing
Methods in org.rspeer.game.movement.sailing that return Heading Modifier and Type Method Description static HeadingHeading. valueOf(String name)Returns the enum constant of this type with the specified name.static Heading[]Heading. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.movement.sailing with parameters of type Heading Modifier and Type Method Description static voidSailing. setHeading(Heading heading)
-