Uses of Class
mmud.scripting.entities.Item
Packages that use Item
-
Uses of Item in mmud.scripting
Methods in mmud.scripting that return ItemModifier and TypeMethodDescriptionItems.createItem
(int itemdefnr) Creates an item based on an item definition number. -
Uses of Item in mmud.scripting.entities
Methods in mmud.scripting.entities that return ItemModifier and TypeMethodDescriptionAdds a new item to this bag.Adds a new item to the inventory of this person.Adds a new item to this room.Item[]
Returns items in the inventory of this character, based on description provided.Item[]
Item[]
Person.inventory()
Returns the item that is being worn at that position.Returns the item that is being wielded at that position.Methods in mmud.scripting.entities with parameters of type ItemModifier and TypeMethodDescriptionAdds a new item to this bag.Adds a new item to the inventory of this person.Adds a new item to this room.void
Item.removeItem
(Item item) Actually destroys an item from this container.void
Person.removeItem
(Item item) Actually destroys an item from the inventory of this person.void
Room.removeItem
(Item item) Actually destroys an item from this room.