👌formatting

This commit is contained in:
ZacSharp 2020-08-27 01:16:17 +02:00
parent 56f13d314a
commit 71dd6c6333

View File

@ -377,8 +377,8 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
return context;
}
public Optional<Double> estimatedTicksToGoal(){
if (goal == null){
public Optional<Double> estimatedTicksToGoal() {
if (goal == null) {
return Optional.empty();
}
BetterBlockPos currentPos = ctx.playerFeet();