From 8837810e63c9156959e1cc009e2b05d4bf462d30 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Wed, 1 Aug 2018 23:30:12 -0400 Subject: [PATCH] what --- src/main/java/baritone/bot/pathing/goals/Goal.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalBlock.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalComposite.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalGetToBlock.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalRunAway.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalTwoBlocks.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalXZ.java | 2 +- src/main/java/baritone/bot/pathing/goals/GoalYLevel.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/baritone/bot/pathing/goals/Goal.java b/src/main/java/baritone/bot/pathing/goals/Goal.java index 64671703..76a4fa29 100644 --- a/src/main/java/baritone/bot/pathing/goals/Goal.java +++ b/src/main/java/baritone/bot/pathing/goals/Goal.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import net.minecraft.util.math.BlockPos; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalBlock.java b/src/main/java/baritone/bot/pathing/goals/GoalBlock.java index b23011cb..c4f6cf59 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalBlock.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalBlock.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import baritone.Baritone; import baritone.pathfinding.actions.Action; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalComposite.java b/src/main/java/baritone/bot/pathing/goals/GoalComposite.java index 2651685a..34cd9614 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalComposite.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalComposite.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import java.util.Arrays; import java.util.Collection; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalGetToBlock.java b/src/main/java/baritone/bot/pathing/goals/GoalGetToBlock.java index 877083bb..ba17e133 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalGetToBlock.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalGetToBlock.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import baritone.Baritone; import net.minecraft.util.EnumFacing; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalRunAway.java b/src/main/java/baritone/bot/pathing/goals/GoalRunAway.java index 37c24fa2..801cd04d 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalRunAway.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalRunAway.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import java.util.Arrays; import net.minecraft.util.math.BlockPos; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalTwoBlocks.java b/src/main/java/baritone/bot/pathing/goals/GoalTwoBlocks.java index e6f12154..e9170ad9 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalTwoBlocks.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalTwoBlocks.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import net.minecraft.util.math.BlockPos; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalXZ.java b/src/main/java/baritone/bot/pathing/goals/GoalXZ.java index e78cd32c..a7e6f7a2 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalXZ.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalXZ.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import baritone.pathfinding.actions.Action; import net.minecraft.util.math.BlockPos; diff --git a/src/main/java/baritone/bot/pathing/goals/GoalYLevel.java b/src/main/java/baritone/bot/pathing/goals/GoalYLevel.java index d1989e8d..cdc58197 100644 --- a/src/main/java/baritone/bot/pathing/goals/GoalYLevel.java +++ b/src/main/java/baritone/bot/pathing/goals/GoalYLevel.java @@ -3,7 +3,7 @@ * To change this template file, choose Tools | Templates * and open the template in the editor. */ -package baritone.bot.goals; +package baritone.bot.pathing.goals; import net.minecraft.util.math.BlockPos;