Uses of Package
org.starhope.appius.game.inventory

Packages that use org.starhope.appius.game.inventory
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.inventory.collections   
org.starhope.appius.game.inventory.effects   
org.starhope.appius.game.npc   
org.starhope.appius.user   
org.starhope.appius.user.events   
org.starhope.appius.util   
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.game
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
InventoryItemType
           
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.game.inventory
AbstractItem
           
EquipType
          WRITEME: Document this type.
GenericItemReference
           This represents an abstract/template item found in a store.
HealthType
          WRITEME: Document this type.
Inventory
           The Inventory represent an SQL-backed set of InventoryItem objects owned by a given user.
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
InventoryItemType
           
ItemEffects
           This is the base class from which all item effects must be derived.
ItemEffectsType
          WRITEME: Document this type.
ItemManager
           The ItemManager handles side-effects of equipping and removing items for an user.
RarityRating
          WRITEME: Document this type.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.game.inventory.collections
GenericItemReference
           This represents an abstract/template item found in a store.
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.game.inventory.effects
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
ItemEffects
           This is the base class from which all item effects must be derived.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.game.npc
GenericItemReference
           This represents an abstract/template item found in a store.
Inventory
           The Inventory represent an SQL-backed set of InventoryItem objects owned by a given user.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.user
GenericItemReference
           This represents an abstract/template item found in a store.
Inventory
           The Inventory represent an SQL-backed set of InventoryItem objects owned by a given user.
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
InventoryItemType
           
ItemManager
           The ItemManager handles side-effects of equipping and removing items for an user.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.user.events
GenericItemReference
           This represents an abstract/template item found in a store.
InventoryItem
           The InventoryItem is the main class for all items which can be placed into the user's inventory.
RarityRating
          WRITEME: Document this type.
 

Classes in org.starhope.appius.game.inventory used by org.starhope.appius.util
AbstractItem