Uses of Interface
io.engineblock.activityapi.core.Motor
-
Packages that use Motor Package Description io.engineblock.activityapi.core io.engineblock.activityimpl.motor -
-
Uses of Motor in io.engineblock.activityapi.core
Methods in io.engineblock.activityapi.core that return Motor Modifier and Type Method Description Motor<T>MotorDispenser. getMotor(ActivityDef activityDef, int slot)Resolve (find or create) a Motor instance for the slot specified.Motor<T>Motor. setAction(Action action)Set the action on this motor.Motor<T>Motor. setInput(Input input)Set the input on this motor. -
Uses of Motor in io.engineblock.activityimpl.motor
Classes in io.engineblock.activityimpl.motor that implement Motor Modifier and Type Class Description classCoreMotor<D>ActivityMotor is a Runnable which runs in one of an activity's many threads.Methods in io.engineblock.activityimpl.motor that return Motor Modifier and Type Method Description Motor<D>CoreMotorDispenser. getMotor(ActivityDef activityDef, int slotId)Motor<D>CoreMotor. setAction(Action action)Set the action for this ActivityMotor.Motor<D>CoreMotor. setInput(Input input)Set the input for this ActivityMotor.
-