| Class | Description |
|---|---|
| GlobalProtectedRegion |
A special region that is not quite "anywhere" (its volume is 0, it
contains no positions, and it does not intersect with any other region).
|
| ProtectedCuboidRegion |
Represents a cuboid region that can be protected.
|
| ProtectedPolygonalRegion | |
| ProtectedRegion |
Represents a region that can be indexed and have spatial queries performed
against it.
|
| ProtectedRegionMBRConverter | |
| QueryCache |
Keeps a cache of
RegionResultSets. |
| RegionContainer |
A region container creates
RegionManagers for loaded worlds, which
allows access to the region data of a world. |
| RegionQuery |
This object allows easy spatial queries involving region data for the
purpose of implementing protection / region flag checks.
|
| Enum | Description |
|---|---|
| RegionType |
An enum of supported region types.
|
| Exception | Description |
|---|---|
| ProtectedRegion.CircularInheritanceException |
Thrown when setting a parent would create a circular inheritance
situation.
|