Create IPathingBehavior and expose all behaviors

This is still a biiiiiig WIP
This commit is contained in:
Brady
2018-09-23 18:29:03 -05:00
parent 62b8bc0f47
commit 4ac2ade7c6
25 changed files with 200 additions and 17 deletions

View File

@ -18,7 +18,7 @@
package baritone.pathing.calc.openset;
import baritone.pathing.calc.PathNode;
import baritone.pathing.goals.Goal;
import baritone.api.pathing.goals.Goal;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;