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

Packages that use RarityRating
org.starhope.appius.game.inventory   
org.starhope.appius.user.events   
 

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

Fields in org.starhope.appius.game.inventory declared as RarityRating
private  RarityRating GenericItemReference.rarity
          how rare is this item when items are randomly given out
 

Methods in org.starhope.appius.game.inventory that return RarityRating
 RarityRating GenericItemReference.getRarity()
           
 RarityRating AbstractItem.getRarity()
           
 RarityRating RarityRatingSQLLoader.loadRecord(int id)
           
 RarityRating RarityRatingSQLLoader.loadRecord(String identifier)
           
private  RarityRating RarityRatingSQLLoader.set(ResultSet rs)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game.inventory with parameters of type RarityRating
 void RarityRatingSQLLoader.changed(RarityRating changedRecord)
           
static GenericItemReference GenericItemReference.getRandomItem(RarityRating minRarity, RarityRating maxRarity)
           
 void RarityRatingSQLLoader.refresh(RarityRating record)
           
 void RarityRatingSQLLoader.removeRecord(RarityRating record)
           
 void RarityRatingSQLLoader.saveRecord(RarityRating record)
           
 void GenericItemReference.setRarity(RarityRating newRarity)
           
 

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

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

Fields in org.starhope.appius.user.events declared as RarityRating
private  RarityRating EventOutcomeRecord.maxRarity
          WRITEME: Document this brpocock@star-hope.org
private  RarityRating EventOutcomeRecord.minRarity
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.user.events that return RarityRating
 RarityRating EventOutcomeRecord.getMaxRarity()
           
 RarityRating EventOutcomeRecord.getMinRarity()
           
 

Methods in org.starhope.appius.user.events with parameters of type RarityRating
 void EventOutcomeRecord.setMaxRarity(RarityRating newMaxRarity)
           
 void EventOutcomeRecord.setMinRarity(RarityRating newMinRarity)