Uses of Enum Class
microsim.space.turtle.AbstractTurtle.MoveMode
Packages that use AbstractTurtle.MoveMode
- 
Uses of AbstractTurtle.MoveMode in microsim.space.turtle
Fields in microsim.space.turtle declared as AbstractTurtle.MoveModeMethods in microsim.space.turtle that return AbstractTurtle.MoveModeModifier and TypeMethodDescription@NonNull AbstractTurtle.MoveModeAbstractTurtle.getMovingType()Returns the behaviour of the turtle when it goes out of bounds of the grid.static AbstractTurtle.MoveModeReturns 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.Methods in microsim.space.turtle with parameters of type AbstractTurtle.MoveModeModifier and TypeMethodDescriptionvoidAbstractTurtle.setMovingType(@NonNull AbstractTurtle.MoveMode movingType) Sets the behaviour of the turtle when it goes out of bounds of the grid.