Interface Region.AttributeModifiable
- All Superinterfaces:
Region
,Region.Attributeable
- All Known Implementing Classes:
WorldguardGlobalRegion
,WorldguardRegion
- Enclosing interface:
- Region
-
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
-
Method Summary
Modifier and TypeMethodDescription<T> void
removeAttribute
(@NotNull com.guflimc.brick.orm.api.attributes.AttributeKey<T> key) <T> void
setAttribute
(@NotNull com.guflimc.brick.orm.api.attributes.AttributeKey<T> key, T value) Methods inherited from interface com.guflimc.brick.regions.api.domain.Region
contains, priority, worldId
Methods inherited from interface com.guflimc.brick.regions.api.domain.Region.Attributeable
attribute
-
Method Details
-
setAttribute
<T> void setAttribute(@NotNull @NotNull com.guflimc.brick.orm.api.attributes.AttributeKey<T> key, @NotNull T value) -
removeAttribute
<T> void removeAttribute(@NotNull @NotNull com.guflimc.brick.orm.api.attributes.AttributeKey<T> key)
-