Interface ClaimRules


@NullMarked public interface ClaimRules
  • Method Details

    • getOrDefault

      <T> T getOrDefault(ClaimRule<T> property)
    • get

      <T> T get(ClaimRule<T> property, T defaultValue)
    • has

      <T> boolean has(ClaimRule<T> property)
    • set

      <T> void set(ClaimRule<T> property, T value)
    • unset

      <T> void unset(ClaimRule<T> property)