Uses of Enum Class
mmud.database.enums.Appetite
Packages that use Appetite
-
Uses of Appetite in mmud.database.enums
Subclasses with type arguments of type Appetite in mmud.database.enumsMethods in mmud.database.enums that return AppetiteModifier and TypeMethodDescriptionstatic Appetite
Returns the appetite based on provided ordinal value.static Appetite
Returns the appetite based on a description.static Appetite
Appetite.getAppetite
(Integer appetite) Returns the appetite of the character.static Appetite
Returns the enum constant of this class with the specified name.static Appetite[]
Appetite.values()
Returns an array containing the constants of this enum class, in the order they are declared.