Package mmud.commands.items
package mmud.commands.items
-
ClassesClassDescriptionBuys an item from a shopkeeper.Close a container: "close chest".Destroys an item from inventory.You start removing what you are carrying in either left hand, right hand or both hands.Drink an item: "drink beer".Drop an item onto the floor: "drop bucket".Eat an item from inventory.Retrieve item from floor: "get bucket".Give an item in your inventory to another character.Show the inventory: "inventory".An abstract class for the most normal commands.Locks a container with a key: "lock chest with key".Look at stuff: "look at well".Look in an item: "look in chest".Open a container: "open chest".Put an item into a container: "put ring in sack".Read stuff: "read sign"./** Retrieve an item from a container: "retrieve ring from sack".Sells an item to a shopkeeper.You start stripping.Unlocks a container with a key: "unlock chest with key".Stop you wearing an item on you.Stops you wielding an item.Starts you wear an item on you.Starts you wielding an item.