| Interface | Description |
|---|---|
| RegionDatabase |
A region database stores a set of regions for a single world.
|
| RegionDriver |
A driver manages
RegionDatabases for several worlds. |
| Class | Description |
|---|---|
| MemoryRegionDatabase |
A region database that saves the memory to an in-memory
HashSet. |
| RegionDatabaseUtils |
This class provides utility methods that may be helpful in the
implementation of region databases.
|
| Enum | Description |
|---|---|
| DriverType |
An enumeration of supported drivers.
|
| Exception | Description |
|---|---|
| DifferenceSaveException |
Thrown when a partial save is not supported.
|
| StorageException |
Exceptions related to region stores inherit from this exception.
|