mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-03 16:13:30 +01:00
Improved javadoc for Island#getProtectionRange() further
This commit is contained in:
parent
48b7b52d82
commit
59916c27e2
@ -474,9 +474,9 @@ public class Island implements DataObject {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the radius of the protection range of this Island.
|
||||
* Returns 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 protection range of this island, strictly positive integer.
|
||||
* @see #getRange()
|
||||
*/
|
||||
public int getProtectionRange() {
|
||||
|
Loading…
Reference in New Issue
Block a user