now unused

This commit is contained in:
Leijurv 2018-09-16 16:50:56 -07:00
parent 7fd0d2d038
commit 51f1cadbb8
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -57,16 +57,6 @@ public class GoalBlock implements Goal, IGoalRenderPos {
return pos.getX() == this.x && pos.getY() == this.y && pos.getZ() == this.z;
}
/**
* The min range value over which to begin considering Y coordinate in the heuristic
*/
private static final double MIN = 20;
/**
* The max range value over which to begin considering Y coordinate in the heuristic
*/
private static final double MAX = 150;
@Override
public double heuristic(BlockPos pos) {
int xDiff = pos.getX() - this.x;