👌formatting
This commit is contained in:
parent
56f13d314a
commit
71dd6c6333
@ -377,8 +377,8 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
|
|||||||
return context;
|
return context;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Optional<Double> estimatedTicksToGoal(){
|
public Optional<Double> estimatedTicksToGoal() {
|
||||||
if (goal == null){
|
if (goal == null) {
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
}
|
}
|
||||||
BetterBlockPos currentPos = ctx.playerFeet();
|
BetterBlockPos currentPos = ctx.playerFeet();
|
||||||
|
Loading…
Reference in New Issue
Block a user