Package com.sk89q.worldguard.protection.managers.storage


package com.sk89q.worldguard.protection.managers.storage
  • Interface Summary
    Interface
    Description
    A region database stores a set of regions for a single world.
    A driver manages RegionDatabases for several worlds.
  • Class Summary
    Class
    Description
    A region database that saves the memory to an in-memory HashSet.
    This class provides utility methods that may be helpful in the implementation of region databases.
  • Enum Class Summary
    Enum Class
    Description
    An enumeration of supported drivers.
  • Exception Summary
    Exception
    Description
    Thrown when a partial save is not supported.
    Exceptions related to region stores inherit from this exception.