public interface IPathingControlManager
Modifier and Type | Method and Description |
---|---|
java.util.Optional<PathingCommand> |
mostRecentCommand() |
java.util.Optional<IBaritoneProcess> |
mostRecentInControl() |
void |
registerProcess(IBaritoneProcess process)
Registers a process with this pathing control manager.
|
void registerProcess(IBaritoneProcess process)
IBaritoneProcess
for more details.process
- The processIBaritoneProcess
java.util.Optional<IBaritoneProcess> mostRecentInControl()
IBaritoneProcess
that had controljava.util.Optional<PathingCommand> mostRecentCommand()