Interface VolumeCategory


public interface VolumeCategory
  • Method Details

    • getId

      String getId()
      Returns:
      the unique ID of the category
    • getName

      String getName()
      Returns:
      the full name of the category, that is displayed for the end user
    • getDescription

      @Nullable String getDescription()
      Returns:
      the hover tooltip that is shown for this category
    • getIcon

      @Nullable int[][] getIcon()
      Returns:
      the icon that is shown for this category