This commit is contained in:
Leijurv
2018-08-01 23:30:12 -04:00
parent 37be3908c7
commit 8837810e63
8 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockPos;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import baritone.Baritone; import baritone.Baritone;
import baritone.pathfinding.actions.Action; import baritone.pathfinding.actions.Action;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collection; import java.util.Collection;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import baritone.Baritone; import baritone.Baritone;
import net.minecraft.util.EnumFacing; import net.minecraft.util.EnumFacing;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import java.util.Arrays; import java.util.Arrays;
import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockPos;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockPos;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import baritone.pathfinding.actions.Action; import baritone.pathfinding.actions.Action;
import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockPos;

View File

@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package baritone.bot.goals; package baritone.bot.pathing.goals;
import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.BlockPos;