Uses of Enum Class
mmud.database.enums.Health
Packages that use Health
Package
Description
Provides the JPA Database Entities for Characters.
-
Uses of Health in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return HealthModifier and TypeMethodDescriptionPerson.getHealth()
Person.getWimpy()
get the setting for when to flee the fight.Methods in mmud.database.entities.characters with parameters of type Health -
Uses of Health in mmud.database.enums
Subclasses with type arguments of type Health in mmud.database.enumsMethods in mmud.database.enums that return HealthModifier and TypeMethodDescriptionstatic Health
Returns the health based on provided ordinal value.static Health
Returns the health based on a description.static Health
Returns the health of the character.static Health
Returns the enum constant of this class with the specified name.static Health[]
Health.values()
Returns an array containing the constants of this enum class, in the order they are declared.