Uses of Interface
mmud.database.entities.game.Attribute
Packages that use Attribute
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of Attribute in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return Attribute -
Uses of Attribute in mmud.database.entities.game
Classes in mmud.database.entities.game that implement AttributeMethods in mmud.database.entities.game that return AttributeModifier and TypeMethodDescriptionAttributeWrangler.getAttribute
(String name) Retrieves an attribute, returns null if not found.Room.getAttribute
(String name) -
Uses of Attribute in mmud.database.entities.items
Classes in mmud.database.entities.items that implement AttributeMethods in mmud.database.entities.items that return Attribute -
Uses of Attribute in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type AttributeModifierConstructorDescriptionAdminAttribute
(Attribute attribute, AdminMudType objecttype) AdminAttribute
(Attribute attribute, AdminMudType objecttype, String objectid)