Uses of Enum Class
mmud.database.entities.items.ItemCategory
Packages that use ItemCategory
Package
Description
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of ItemCategory in mmud.database.entities.items
Subclasses with type arguments of type ItemCategory in mmud.database.entities.itemsMethods in mmud.database.entities.items that return ItemCategoryModifier and TypeMethodDescriptionabstract ItemCategoryItem.getCategory()Returns the category of the item.NormalItem.getCategory()ShopkeeperList.getCategory()static ItemCategoryReturns the enum constant of this class with the specified name.static ItemCategory[]ItemCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.