Package xbot.common.logic
Class VelocityThrottleModule.VelocityThrottleModuleFactory
java.lang.Object
xbot.common.logic.VelocityThrottleModule.VelocityThrottleModuleFactory
- Enclosing class:
- VelocityThrottleModule
@AssistedFactory
public abstract static class VelocityThrottleModule.VelocityThrottleModuleFactory
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract VelocityThrottleModule
create
(String name, PIDManager velocityPid)
-
Constructor Details
-
VelocityThrottleModuleFactory
public VelocityThrottleModuleFactory()
-
-
Method Details
-
create
public abstract VelocityThrottleModule create(@Assisted("name") String name, @Assisted("velocityPid") PIDManager velocityPid)
-