Package crackers.kobots.parts.movement
Class RotationMovement
-
- All Implemented Interfaces:
-
crackers.kobots.parts.movement.Movement
public class RotationMovement implements Movement
-
-
Constructor Summary
Constructors Constructor Description RotationMovement(Integer angle, Function0<Boolean> stopCheck)
-
Method Summary
Modifier and Type Method Description final Integer
getAngle()
Function0<Boolean>
getStopCheck()
Returns true
if the movement should be stopped.
-