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

@@ -17,6 +17,7 @@
package baritone.pathing.goals;
import baritone.api.pathing.goals.GoalGetToBlock;
import net.minecraft.util.math.BlockPos;
import org.junit.Test;

View File

@@ -19,7 +19,7 @@ package baritone.pathing.movement;
import org.junit.Test;
import static baritone.pathing.movement.ActionCostsButOnlyTheOnesThatMakeMickeyDieInside.*;
import static baritone.api.pathing.movement.ActionCostsButOnlyTheOnesThatMakeMickeyDieInside.*;
import static org.junit.Assert.assertEquals;
public class ActionCostsButOnlyTheOnesThatMakeMickeyDieInsideTest {