Uses of Enum Class
mmud.database.enums.Wearing
Packages that use Wearing
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of Wearing in mmud.database.entities.characters
Methods in mmud.database.entities.characters with parameters of type Wearing -
Uses of Wearing in mmud.database.entities.items
Methods in mmud.database.entities.items that return types with arguments of type WearingMethods in mmud.database.entities.items with parameters of type Wearing -
Uses of Wearing in mmud.database.enums
Subclasses with type arguments of type Wearing in mmud.database.enumsModifier and TypeClassDescriptionenum
Different position on the body that can wear clothes of some kind.Methods in mmud.database.enums that return WearingModifier and TypeMethodDescriptionstatic Wearing
Wearing.get
(int aVal) Recreates the constants from an integer.static Wearing
Provides some parsing, a string is translated to the enum in question.static Wearing
Returns the enum constant of this class with the specified name.static Wearing[]
Wearing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mmud.database.enums that return types with arguments of type WearingModifier and TypeMethodDescriptionWearing.returnWearings
(Integer aVal) Receives an integer and returns a list of Wieldings to correspond.Methods in mmud.database.enums with parameters of type Wearing