Package crackers.kobots.parts.movement
Class ActionSequenceKt
-
- All Implemented Interfaces:
public final class ActionSequenceKt
-
-
Method Summary
Modifier and Type Method Description final static ActionSpeed
toSpeed(Long $self)
Makes an ActionSpeed in millis from one. final static ActionSequence
sequence(Function1<ActionSequence, Unit> init)
Typesafe "builder" (DSL) for creating a sequence of actions. final static ActionBuilder
action(Function1<ActionBuilder, Unit> init)
Typesafe "builder" (DSL) for just the actions. -
-
Method Detail
-
toSpeed
final static ActionSpeed toSpeed(Long $self)
Makes an ActionSpeed in millis from one.
-
sequence
final static ActionSequence sequence(Function1<ActionSequence, Unit> init)
Typesafe "builder" (DSL) for creating a sequence of actions.
-
action
final static ActionBuilder action(Function1<ActionBuilder, Unit> init)
Typesafe "builder" (DSL) for just the actions.
-
-
-
-