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

@@ -19,6 +19,7 @@ package baritone.utils;
import baritone.Baritone;
import baritone.Settings;
import baritone.api.pathing.goals.Goal;
import baritone.behavior.Behavior;
import baritone.api.event.events.ChatEvent;
import baritone.behavior.FollowBehavior;