refactor chunk to cache

This commit is contained in:
Leijurv
2018-09-11 10:28:03 -07:00
parent a0a480e2cc
commit 35ed0f6821
16 changed files with 25 additions and 25 deletions

View File

@@ -24,9 +24,9 @@ import baritone.behavior.Behavior;
import baritone.behavior.impl.FollowBehavior;
import baritone.behavior.impl.MineBehavior;
import baritone.behavior.impl.PathingBehavior;
import baritone.chunk.ChunkPacker;
import baritone.chunk.Waypoint;
import baritone.chunk.WorldProvider;
import baritone.cache.ChunkPacker;
import baritone.cache.Waypoint;
import baritone.cache.WorldProvider;
import baritone.pathing.calc.AStarPathFinder;
import baritone.pathing.calc.AbstractNodeCostSearch;
import baritone.pathing.goals.*;