Uses of Interface
net.sf.mud4j.world.item.Item

Packages that use Item
net.sf.mud4j.character Provides interfaces and classes for characters, pooling, and implementations. 
net.sf.mud4j.effect Provides interfaces and classes for effectable objects, effect behaviors, and implementations. 
net.sf.mud4j.world.area Provides classes for areas and zones that can contain groups of locations. 
net.sf.mud4j.world.item Provides interfaces and classes for items, item types, and their behaviors. 
 

Uses of Item in net.sf.mud4j.character
 

Methods in net.sf.mud4j.character that return types with arguments of type Item
 java.util.List<Item> AbstractCharacter.getItems()
          Get character items that the character has possession of.
 java.util.List<Item> Character.getItems()
          Get character items that the character has possession of.
 java.util.List<Item> PlayerCharacter.getItems()
          Get character items that the character has possession of.
 

Methods in net.sf.mud4j.character with parameters of type Item
 boolean AbstractCharacter.hasItem(Item item)
          Does the player have a particular item?
 boolean Character.hasItem(Item item)
          Does the player have a particular item?
 boolean PlayerCharacter.hasItem(Item item)
          Does the player have a particular item?
 

Uses of Item in net.sf.mud4j.effect
 

Methods in net.sf.mud4j.effect that return types with arguments of type Item
 java.util.List<Item> CharacterEffectDecorator.getItems()
          Get character items that the character has possession of.
 

Methods in net.sf.mud4j.effect with parameters of type Item
 boolean CharacterEffectDecorator.hasItem(Item item)
          Does the player have a particular item?
 void ItemEffect.setItem(Item item)
          Set the effect to use the specified item.
 void AbstractItemEffect.setItem(Item item)
          Set the effect to use the specified item.
 

Constructors in net.sf.mud4j.effect with parameters of type Item
AbstractItemEffect(Item item)
           
 

Uses of Item in net.sf.mud4j.world.area
 

Methods in net.sf.mud4j.world.area that return types with arguments of type Item
 java.util.List<Item> AbstractArea.getItems()
          Retrieve list of items contained in area.
 java.util.List<Item> Area.getItems()
          Retrieve list of items contained in area.
 

Uses of Item in net.sf.mud4j.world.item
 

Classes in net.sf.mud4j.world.item that implement Item
 class AbstractItem
          Abstract implementation for an item type.
 

Methods in net.sf.mud4j.world.item with parameters of type Item
 void ContainerItemType.addItem(Item item)
          Add an item to the container.
 void ContainerItemType.removeItem(Item item)
          Remove an item from the container.
 



Copyright © 2006-2007 mud4j. All Rights Reserved.