Package com.sk89q.worldguard.protection.regions
package com.sk89q.worldguard.protection.regions
-
ClassDescriptionA special region that is not quite "anywhere" (its volume is 0, it contains no positions, and it does not intersect with any other region).Represents a cuboid region that can be protected.Represents a region that can be indexed and have spatial queries performed against it.Thrown when setting a parent would create a circular inheritance situation.Keeps a cache of
RegionResultSet
s.A region container createsRegionManager
s for loaded worlds, which allows access to the region data of a world.This object allows easy spatial queries involving region data for the purpose of implementing protection / region flag checks.Options for constructing a region set viaRegionQuery.getApplicableRegions(Location, QueryOption)
for example.An enum of supported region types.