mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-14 22:35:30 +01:00
Fix javadoc for setMaxDistance
This commit is contained in:
parent
17cbf15f84
commit
7635c0c02d
@ -93,7 +93,7 @@ public interface Marker {
|
||||
|
||||
/**
|
||||
* Sets the maximum distance of the camera to the position ({@link #getPosition()} of the {@link Marker} for it to be displayed.<br>
|
||||
* If the camera is closer to this {@link Marker} than this distance, it will be hidden!
|
||||
* If the camera is further to this {@link Marker} than this distance, it will be hidden!
|
||||
*
|
||||
* @param maxDistance the new maximum distance
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user