| Package | Description |
|---|---|
| com.sk89q.worldguard.bukkit | |
| com.sk89q.worldguard.bukkit.commands.task | |
| com.sk89q.worldguard.protection | |
| com.sk89q.worldguard.protection.managers |
| Modifier and Type | Method and Description |
|---|---|
RegionManager |
RegionContainer.get(org.bukkit.World world)
Get the region manager for a world if one exists.
|
RegionManager |
WorldGuardPlugin.getRegionManager(org.bukkit.World world)
Gets the region manager for a world.
|
static RegionManager |
WGBukkit.getRegionManager(org.bukkit.World world)
Returns the region manager for a given world.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegionManager> |
RegionContainer.getLoaded()
Get an immutable list of loaded
RegionManagers. |
Set<RegionManager> |
RegionContainer.getSaveFailures()
Get the a set of region managers that are failing to save.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RegionManager> |
RegionManagerSaver.call() |
Collection<RegionManager> |
RegionManagerReloader.call() |
| Constructor and Description |
|---|
RegionAdder(WorldGuardPlugin plugin,
RegionManager manager,
ProtectedRegion region)
Create a new instance.
|
RegionLister(WorldGuardPlugin plugin,
RegionManager manager,
org.bukkit.command.CommandSender sender) |
RegionManagerReloader(RegionManager... manager) |
RegionManagerSaver(RegionManager... manager) |
RegionRemover(RegionManager manager,
ProtectedRegion region)
Create a new instance.
|
| Constructor and Description |
|---|
RegionManagerReloader(Collection<RegionManager> managers) |
RegionManagerSaver(Collection<RegionManager> managers) |
| Modifier and Type | Method and Description |
|---|---|
RegionManager |
GlobalRegionManager.get(org.bukkit.World world)
Deprecated.
Get the region manager for a world if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegionManager> |
GlobalRegionManager.getLoaded()
Deprecated.
Get an immutable list of loaded
RegionManagers. |
| Modifier and Type | Method and Description |
|---|---|
RegionManager |
RegionContainerImpl.get(String name)
Get the region manager for the given world name.
|
RegionManager |
RegionContainerImpl.load(String name)
Load the
RegionManager for the world with the given name,
creating a new instance for the world if one does not exist yet. |
| Modifier and Type | Method and Description |
|---|---|
List<RegionManager> |
RegionContainerImpl.getLoaded()
Get an immutable list of loaded region managers.
|
Set<RegionManager> |
RegionContainerImpl.getSaveFailures()
Get the a set of region managers that are failing to save.
|
Copyright © 2015. All Rights Reserved.