Uses of Enum Class
de.pirckheimer_gymnasium.engine_pi.Direction
Packages that use Direction
Package
Description
Liefert Klassen zum Zeichnen von Debug-Informationen.
-
Uses of Direction in de.pirckheimer_gymnasium.engine_pi
Methods in de.pirckheimer_gymnasium.engine_pi that return DirectionModifier and TypeMethodDescriptionVector.getDirection()Berechnet die Richtung des Vektors, in die er wirkt.static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.pirckheimer_gymnasium.engine_pi with parameters of type DirectionModifier and TypeMethodDescriptionstatic voidGame.setWindowPosition(Direction direction) Setzt das Spielfenster an eine neue Position. -
Uses of Direction in de.pirckheimer_gymnasium.engine_pi.debug
Fields in de.pirckheimer_gymnasium.engine_pi.debug declared as DirectionModifier and TypeFieldDescriptionstatic DirectionDebugConfiguration.windowPositionGibt an, wo das Spielfeld auf dem Bildschirm angezeigt werden sollen.