Interface Region.AttributeModifiable

All Superinterfaces:
Region, Region.Attributeable
All Known Implementing Classes:
WorldguardGlobalRegion, WorldguardRegion
Enclosing interface:
Region

public static interface Region.AttributeModifiable extends Region.Attributeable
  • 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)