mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-04 16:44:24 +01:00
Improved javadoc for Island#getProtectionRange()
This commit is contained in:
parent
3e65f5e902
commit
48b7b52d82
@ -474,7 +474,10 @@ public class Island implements DataObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Returns the radius of the protection range of this Island.
|
||||||
|
* This represents half of the length of the side of a theoretical square around the island center inside which flags are enforced.
|
||||||
* @return the protectionRange
|
* @return the protectionRange
|
||||||
|
* @see #getRange()
|
||||||
*/
|
*/
|
||||||
public int getProtectionRange() {
|
public int getProtectionRange() {
|
||||||
return protectionRange;
|
return protectionRange;
|
||||||
|
Loading…
Reference in New Issue
Block a user