Interface Region.Attributeable

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

public static interface Region.Attributeable extends Region
  • Method Details

    • attribute

      <T> Optional<T> attribute(com.guflimc.brick.orm.api.attributes.AttributeKey<T> key)