Interface Flag

All Superinterfaces:
CatalogType

public interface Flag extends CatalogType
  • Method Details

    • getDefaultClaimTypeValue

      boolean getDefaultClaimTypeValue(ClaimType type)
      Returns the default flag value associated with a specific ClaimType.
      Parameters:
      type - The claim type
      Returns:
      The default flag value
    • getPermission

      String getPermission()
      Gets the option permission.
      Returns:
      The permission
    • getDescription

      net.kyori.adventure.text.Component getDescription()
      Gets the Component description for option.
      Returns:
      The description
    • builder

      static Flag.Builder builder()
      Gets a new claim builder instance for Flag.Builder.
      Returns:
      A new claim builder instance