forked from RepoMirrors/baritone
remove unneeded
This commit is contained in:
parent
6ed8d617cd
commit
dd47e20070
|
@ -204,11 +204,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*public static List<BlockPos> searchWorld(List<Block> mining, int max, World world) {
|
|
||||||
|
|
||||||
}*/
|
|
||||||
public static List<BlockPos> searchWorld(CalculationContext ctx, List<Block> mining, int max, List<BlockPos> alreadyKnown) {
|
public static List<BlockPos> searchWorld(CalculationContext ctx, List<Block> mining, int max, List<BlockPos> alreadyKnown) {
|
||||||
IPlayerContext ipc;
|
|
||||||
List<BlockPos> locs = new ArrayList<>();
|
List<BlockPos> locs = new ArrayList<>();
|
||||||
List<Block> uninteresting = new ArrayList<>();
|
List<Block> uninteresting = new ArrayList<>();
|
||||||
//long b = System.currentTimeMillis();
|
//long b = System.currentTimeMillis();
|
||||||
|
|
Loading…
Reference in New Issue