Package crackers.kobots.parts.movement
Class ActionBuilder.Rotation
-
- All Implemented Interfaces:
public final class ActionBuilder.Rotation
DSL to define a RotationMovement in an action.
-
-
Constructor Summary
Constructors Constructor Description ActionBuilder.Rotation()
-
Method Summary
Modifier and Type Method Description final Integer
getAngle()
final Unit
setAngle(Integer angle)
final Function0<Boolean>
getStopCheck()
final Unit
setStopCheck(Function0<Boolean> stopCheck)
-
-
Method Detail
-
getStopCheck
final Function0<Boolean> getStopCheck()
-
setStopCheck
final Unit setStopCheck(Function0<Boolean> stopCheck)
-
-
-
-