👌formatting
This commit is contained in:
parent
56f13d314a
commit
71dd6c6333
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user