Merge branch 'master' into segment-calculation

This commit is contained in:
Leijurv 2018-11-23 10:21:45 -08:00
commit c81a00268a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -204,11 +204,7 @@ public final class MineProcess extends BaritoneProcessHelper implements IMinePro
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) {
IPlayerContext ipc;
List<BlockPos> locs = new ArrayList<>();
List<Block> uninteresting = new ArrayList<>();
//long b = System.currentTimeMillis();