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