Uses of Class
org.starhope.appius.game.inventory.ItemManager

Packages that use ItemManager
org.starhope.appius.game.inventory   
org.starhope.appius.user   
 

Uses of ItemManager in org.starhope.appius.game.inventory
 

Methods in org.starhope.appius.game.inventory that return ItemManager
static ItemManager ItemManager.get(AbstractUser u)
          WRITEME: Document this method brpocock@star-hope.org
static ItemManager ItemManager.get(AvatarClass avatarClass, Inventory inventory)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of ItemManager in org.starhope.appius.user
 

Methods in org.starhope.appius.user that return ItemManager
 ItemManager AvatarClass.getItemManager(Inventory inventory)
          WRITEME: Document this method brpocock@star-hope.org