Move goals to api

This commit is contained in:
Brady
2018-09-24 20:32:39 -05:00
parent 1b74c8c8be
commit 0f7743263e
25 changed files with 48 additions and 55 deletions

View File

@@ -57,7 +57,6 @@ Quick start example: `thisway 1000` or `goal 70` to set the goal, `path` to actu
BaritoneAPI.getSettings().allowSprint.value = true;
BaritoneAPI.getSettings().pathTimeoutMS.value = 2000L;
// Note that at this moment in time the Goal implementations are not exposed in the API
BaritoneAPI.getPathingBehavior().setGoal(new GoalXZ(10000, 20000));
BaritoneAPI.getPathingBehavior().path();
```