Uses of Class
mmud.database.entities.items.ItemDefinition
Packages that use ItemDefinition
Package
Description
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
-
Uses of ItemDefinition in mmud.database
Methods in mmud.database that return types with arguments of type ItemDefinition -
Uses of ItemDefinition in mmud.database.entities.game
Methods in mmud.database.entities.game that return types with arguments of type ItemDefinitionMethod parameters in mmud.database.entities.game with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionvoid
Admin.setItemDefinitionCollection
(Collection<ItemDefinition> itemDefinitionCollection) -
Uses of ItemDefinition in mmud.database.entities.items
Methods in mmud.database.entities.items that return ItemDefinitionModifier and TypeMethodDescriptionItem.getItemDefinition()
ItemDefinition.getKey()
Returns the item (the definition to be exact) that can lock/unlock this container.Methods in mmud.database.entities.items with parameters of type ItemDefinitionModifier and TypeMethodDescriptionvoid
Item.setItemDefinition
(ItemDefinition itemDefinition) void
ItemDefinition.setKey
(ItemDefinition key) Sets the item (the definition to be exact) that can lock/ unlock this container.Constructors in mmud.database.entities.items with parameters of type ItemDefinitionModifierConstructorDescriptionItem
(ItemDefinition id) Constructor.NormalItem
(ItemDefinition itemDefinition) Constructor of a normal item with an item definition.ShopkeeperList
(ItemDefinition itemDefinition) -
Uses of ItemDefinition in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type ItemDefinition