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

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

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

Methods in org.starhope.appius.game.inventory that return GenericItemReference
static GenericItemReference GenericItemReference.getByID(int itemID)
          Deprecated. user Nomenclator.getDataRecord(Class, int)
 GenericItemReference InventoryItem.getGenericItem()
           
static GenericItemReference GenericItemReference.getRandomItem(RarityRating minRarity, RarityRating maxRarity)
           
 GenericItemReference GenericItemReferenceSQLLoader.loadRecord(int id)
           
 GenericItemReference GenericItemReferenceSQLLoader.loadRecord(String identifier)
           
private  GenericItemReference GenericItemReferenceSQLLoader.reload(ResultSet rs, GenericItemReference rec)
          Loads the result set into the record
private  GenericItemReference GenericItemReferenceSQLLoader.set(ResultSet rs)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game.inventory with parameters of type GenericItemReference
 void Inventory.add(GenericItemReference example)
          WRITEME: Document this method brpocock@star-hope.org
 void GenericItemReferenceSQLLoader.changed(GenericItemReference changedRecord)
           
 boolean ItemEffects.conflicts(GenericItemReference itemClass, InventoryItem anItem)
           For the item which bears this effect, determine whether another item conflicts with it.
 void GenericItemReferenceSQLLoader.refresh(GenericItemReference record)
           
private  GenericItemReference GenericItemReferenceSQLLoader.reload(ResultSet rs, GenericItemReference rec)
          Loads the result set into the record
 void GenericItemReferenceSQLLoader.removeRecord(GenericItemReference record)
           
 void GenericItemReferenceSQLLoader.saveRecord(GenericItemReference record)
           
 

Constructor parameters in org.starhope.appius.game.inventory with type arguments of type GenericItemReference
GenericItemReference(RecordLoader<GenericItemReference> loader)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of GenericItemReference in org.starhope.appius.game.inventory.collections
 

Fields in org.starhope.appius.game.inventory.collections with type parameters of type GenericItemReference
private  List<GenericItemReference> ItemCollection.set
          Internal implementation pass-through collection
 

Methods in org.starhope.appius.game.inventory.collections that return GenericItemReference
 GenericItemReference ItemCollection.get(int i)
          Return an item from a specific position in the set
 

Methods in org.starhope.appius.game.inventory.collections that return types with arguments of type GenericItemReference
 Iterator<GenericItemReference> ItemCollection.iterator()
           
 

Methods in org.starhope.appius.game.inventory.collections with parameters of type GenericItemReference
 boolean ItemCollection.add(GenericItemReference e)
           
 

Method parameters in org.starhope.appius.game.inventory.collections with type arguments of type GenericItemReference
 boolean ItemCollection.addAll(Collection<? extends GenericItemReference> c)
           
 

Uses of GenericItemReference in org.starhope.appius.game.npc
 

Fields in org.starhope.appius.game.npc with type parameters of type GenericItemReference
protected  Map<GenericItemReference,GenericItemReference> QuestItemExchanger.itemExchanges
          WRITEME
protected  Map<GenericItemReference,GenericItemReference> QuestItemExchanger.itemExchanges
          WRITEME
protected  Map<GenericItemReference,GenericItemReference> QuestItemExchanger.itemFollowUps
          WRITEME
protected  Map<GenericItemReference,GenericItemReference> QuestItemExchanger.itemFollowUps
          WRITEME
protected  Map<GenericItemReference,Runnable> QuestItemExchanger.itemReactions
          WRITEME
 

Uses of GenericItemReference in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as GenericItemReference
private  GenericItemReference AvatarClass.defaultPattern
          the default pattern/hairstyle type for the avatar class
 

Methods in org.starhope.appius.user that return GenericItemReference
 GenericItemReference AvatarClass.getDefaultPattern()
           
 

Methods in org.starhope.appius.user with parameters of type GenericItemReference
 void AbstractUser.purchase(GenericItemReference itemToBuy)
          WRITEME: Document this method brpocock@star-hope.org
 void GeneralUser.purchase(GenericItemReference itemToBuy)
           
 void AvatarClass.setDefaultPattern(GenericItemReference newPattern)
           
 

Uses of GenericItemReference in org.starhope.appius.user.events
 

Methods in org.starhope.appius.user.events that return GenericItemReference
private  GenericItemReference EventRecord.rewardWithItemFromCollection(EventOutcomeRecord outcome, BigDecimal scalar)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.user.events with parameters of type GenericItemReference
 void EventRecord.end(GenericItemReference itemPurchased)
          purchase something.