This commit is contained in:
Leijurv 2018-08-01 23:30:12 -04:00
parent 37be3908c7
commit 8837810e63
No known key found for this signature in database
GPG Key ID: 0936202430AE187C
8 changed files with 8 additions and 8 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;