Uses of Enum Class
mmud.database.enums.Wielding
Packages that use Wielding
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of Wielding in mmud.database.entities.characters
Methods in mmud.database.entities.characters with parameters of type Wielding -
Uses of Wielding in mmud.database.entities.items
Methods in mmud.database.entities.items that return types with arguments of type WieldingMethods in mmud.database.entities.items with parameters of type Wielding -
Uses of Wielding in mmud.database.enums
Subclasses with type arguments of type Wielding in mmud.database.enumsMethods in mmud.database.enums that return WieldingModifier and TypeMethodDescriptionstatic Wielding
Wielding.get
(int aVal) Recreates the constants from an integer.static Wielding
Provides some parsing, a string is translated to the enum in question.static Wielding
Returns the enum constant of this class with the specified name.static Wielding[]
Wielding.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 WieldingModifier and TypeMethodDescriptionWielding.returnWieldings
(Integer aVal) Receives an integer and returns a list of Wieldings to correspond.Methods in mmud.database.enums with parameters of type Wielding