| Package | Description |
|---|---|
| com.sk89q.worldguard.protection.regions |
| Modifier and Type | Method and Description |
|---|---|
abstract RegionType |
ProtectedRegion.getType()
Get the type of region.
|
RegionType |
ProtectedCuboidRegion.getType() |
RegionType |
ProtectedPolygonalRegion.getType() |
RegionType |
GlobalProtectedRegion.getType() |
static RegionType |
RegionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionType[] |
RegionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.