Interface Category
public interface Category
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of materialsReturns the string that will be displayed in the inventorygetName()Returns the category name, serves as a keybooleanReturns true if it is the category miscellaneous
-
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
-