mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-18 05:21:57 +01:00
Clearer docs for tolerance and radius for getSafeLocation
This commit is contained in:
parent
404ab738c0
commit
2642d940ba
@ -57,8 +57,8 @@ public interface BlockSafety {
|
|||||||
* Gets the next safe location around the given location.
|
* Gets the next safe location around the given location.
|
||||||
*
|
*
|
||||||
* @param location A {@link Location}.
|
* @param location A {@link Location}.
|
||||||
* @param tolerance The tolerance.
|
* @param tolerance The tolerance of how far up and down to search.
|
||||||
* @param radius The radius.
|
* @param radius The radius around given location to search.
|
||||||
* @return A safe {@link Location}.
|
* @return A safe {@link Location}.
|
||||||
*/
|
*/
|
||||||
@Nullable Location getSafeLocation(Location location, int tolerance, int radius);
|
@Nullable Location getSafeLocation(Location location, int tolerance, int radius);
|
||||||
|
Loading…
Reference in New Issue
Block a user