diff --git a/src/main/java/world/bentobox/bentobox/database/objects/Island.java b/src/main/java/world/bentobox/bentobox/database/objects/Island.java index 696300115..40e827ce7 100644 --- a/src/main/java/world/bentobox/bentobox/database/objects/Island.java +++ b/src/main/java/world/bentobox/bentobox/database/objects/Island.java @@ -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 + * @see #getRange() */ public int getProtectionRange() { return protectionRange;