| Package | Description |
|---|---|
| com.sk89q.worldguard.bukkit.commands.task | |
| com.sk89q.worldguard.protection.managers | |
| com.sk89q.worldguard.protection.managers.index |
| Modifier and Type | Method and Description |
|---|---|
RemovalStrategy |
RegionRemover.getRemovalStrategy()
GSet a parent removal strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegionRemover.setRemovalStrategy(RemovalStrategy removalStrategy)
Set a parent removal strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static RemovalStrategy |
RemovalStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemovalStrategy[] |
RemovalStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProtectedRegion> |
RegionManager.removeRegion(String id,
RemovalStrategy strategy)
Remove a region from the index with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProtectedRegion> |
HashMapIndex.remove(String id,
RemovalStrategy strategy) |
Set<ProtectedRegion> |
RegionIndex.remove(String id,
RemovalStrategy strategy)
Remove a region from the index with the given name.
|
Set<ProtectedRegion> |
ChunkHashTable.remove(String id,
RemovalStrategy strategy) |
Copyright © 2015. All Rights Reserved.