Uses of Enum Class
microsim.space.turtle.AbstractTurtle.MoveMode
-
Uses of AbstractTurtle.MoveMode in microsim.space.turtle
Modifier and TypeMethodDescription@NonNull AbstractTurtle.MoveMode
AbstractTurtle.getMovingType()
Returns the behaviour of the turtle when it goes out of bounds of the grid.static AbstractTurtle.MoveMode
Returns the enum constant of this class with the specified name.static AbstractTurtle.MoveMode[]
AbstractTurtle.MoveMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractTurtle.setMovingType
(@NonNull AbstractTurtle.MoveMode movingType) Sets the behaviour of the turtle when it goes out of bounds of the grid.