Uses of Class
org.starhope.appius.user.UserStat

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

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

Methods in org.starhope.appius.game.inventory with parameters of type UserStat
 int ItemEffects.alter(UserStat stat)
          Get the amount by which the item which bears this effect alters the supplied stat
 

Uses of UserStat in org.starhope.appius.user
 

Fields in org.starhope.appius.user with type parameters of type UserStat
 Map<UserStat,Integer> UserTransientEffects.alterStats
          WRITEME: Document this brpocock@star-hope.org
protected  Map<UserStat,Integer> GeneralUser.baseStats
          The user's base stats
 

Methods in org.starhope.appius.user with parameters of type UserStat
 int GeneralUser.getBaseStat(UserStat stat)
          get a base stat (before any modifiers for items or transient effects are applied)
 int GeneralUser.getStat(UserStat stat)
          Get the user's effective stat value (considering any transient effects in place as well as the base stat)
 

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