[ci skip] Fix bad format for jd @link (#12581)

This commit is contained in:
Pedro
2025-05-24 15:17:16 -04:00
committed by GitHub
parent 3efaf477c4
commit a3909f5486
4 changed files with 6 additions and 7 deletions

View File

@ -732,7 +732,7 @@ public class Location implements Cloneable, ConfigurationSerializable, io.paperm
/**
* Returns a copy of this location except with y = getWorld().getHighestBlockYAt(this.getBlockX(), this.getBlockZ())
* @return A copy of this location except with y = getWorld().getHighestBlockYAt(this.getBlockX(), this.getBlockZ())
* @throws NullPointerException if {{@link #getWorld()}} is {@code null}
* @throws NullPointerException if {@link #getWorld()} is {@code null}
*/
@NotNull
public Location toHighestLocation() {