Uses of Enum Class
mazealgo.viewmodel.MovementDirection
Packages that use MovementDirection
-
Uses of MovementDirection in mazealgo.viewmodel
Methods in mazealgo.viewmodel that return MovementDirectionModifier and TypeMethodDescriptionstatic MovementDirectionMovementDirection.forNumpadDigit(int digit) Maps a NumPad key (KeyCode.NUMPAD1..9) by its digit.static MovementDirectionReturns the enum constant of this class with the specified name.static MovementDirection[]MovementDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in mazealgo.viewmodel with parameters of type MovementDirectionModifier and TypeMethodDescriptionvoidMazeViewModel.movePlayer(MovementDirection dir) Attempts to move the player one cell in the given direction.