Class WorldguardGlobalRegion
java.lang.Object
com.guflimc.brick.regions.worldguard.model.WorldguardRegion
com.guflimc.brick.regions.worldguard.model.WorldguardGlobalRegion
- All Implemented Interfaces:
Region
,Region.Attributeable
,Region.AttributeModifiable
,Region.Keyed
,Region.Named
,Region.PropertyModifiable
,Region.Shaped
,Region.World
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.guflimc.brick.regions.api.domain.Region
Region.Attributeable, Region.AttributeModifiable, Region.Keyed, Region.Named, Region.PropertyModifiable, Region.Shaped, Region.World
-
Constructor Summary
ConstructorDescriptionWorldguardGlobalRegion
(@NotNull WorldguardRegionManager manager, @NotNull UUID worldId, @NotNull com.sk89q.worldguard.protection.regions.ProtectedRegion region) -
Method Summary
Methods inherited from class com.guflimc.brick.regions.worldguard.model.WorldguardRegion
attribute, contains, id, name, priority, removeAttribute, setAttribute, setPriority, shape, worldId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.guflimc.brick.regions.api.domain.Region.World
contains
-
Constructor Details
-
WorldguardGlobalRegion
public WorldguardGlobalRegion(@NotNull @NotNull WorldguardRegionManager manager, @NotNull @NotNull UUID worldId, @NotNull @NotNull com.sk89q.worldguard.protection.regions.ProtectedRegion region)
-