Uses of Enum Class
org.rspeer.game.movement.sailing.Heading
Packages that use Heading
-
Uses of Heading in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return HeadingModifier and TypeMethodDescriptionWorldEntity.getDirectionTo(Coord destination) WorldEntity.getHeading() -
Uses of Heading in org.rspeer.game.movement.sailing
Subclasses with type arguments of type Heading in org.rspeer.game.movement.sailingMethods in org.rspeer.game.movement.sailing that return HeadingModifier and TypeMethodDescriptionstatic HeadingHeading.getDirection(Coord source, Coord destination) static HeadingReturns the enum constant of this class with the specified name.static Heading[]Heading.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.movement.sailing with parameters of type Heading