Interface Category


public interface Category
  • Method Details

    • getDisplayName

      String getDisplayName()
      Returns the string that will be displayed in the inventory
      Returns:
      string
    • getName

      String getName()
      Returns the category name, serves as a key
      Returns:
      string
    • getCategoryItems

      List<CategoryItem> getCategoryItems()
      Returns the list of materials
      Returns:
      materials
    • isMiscellaneous

      boolean isMiscellaneous()
      Returns true if it is the category miscellaneous
      Returns:
      boolean