Uses of Interface
org.starhope.appius.game.inventory.AbstractItem

Packages that use AbstractItem
org.starhope.appius.game.inventory   
org.starhope.appius.util   
 

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

Classes in org.starhope.appius.game.inventory that implement AbstractItem
 class GenericItemReference
           This represents an abstract/template item found in a store.
 

Uses of AbstractItem in org.starhope.appius.util
 

Methods in org.starhope.appius.util that return AbstractItem
static AbstractItem AppiusConfig.getItemCreationTemplate(int itemID)