diff --git a/src/main/java/com/sk89q/worldguard/bukkit/RegionQuery.java b/src/main/java/com/sk89q/worldguard/bukkit/RegionQuery.java index b96e4725..65e7ecd1 100644 --- a/src/main/java/com/sk89q/worldguard/bukkit/RegionQuery.java +++ b/src/main/java/com/sk89q/worldguard/bukkit/RegionQuery.java @@ -41,9 +41,14 @@ import static com.google.common.base.Preconditions.checkNotNull; /** - * This object allows easy spatial queries involving region data. + * This object allows easy spatial queries involving region data for the + * purpose of implementing protection / region flag checks. * - *

Results may be cached for brief amounts of time.

+ *

Results may be cached for brief amounts of time. If you want to get + * data for the purposes of changing it, use of this class is not recommended. + * Some of the return values of the methods may be simulated to reduce + * boilerplate code related to implementing protection, meaning that false + * data is returned.

*/ public class RegionQuery {