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.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.Methods in microsim.space.turtle with parameters of type AbstractTurtle.MoveModeModifier and TypeMethodDescriptionvoid
AbstractTurtle.setMovingType
(@NonNull AbstractTurtle.MoveMode movingType) Sets the behaviour of the turtle when it goes out of bounds of the grid.