Uses of Class
com.threerings.stats.data.StatModifier

Packages that use StatModifier
com.threerings.stats.data   
com.threerings.stats.server.persist   
 

Uses of StatModifier in com.threerings.stats.data
 

Subclasses of StatModifier in com.threerings.stats.data
 class IntSetStatAdder
          Adds a value to an IntSetStat.
 class IntStatIncrementer
          Increments a particular int stat by a specified amount.
 class IntStatMinimumer
          Ensures that a particular stat has been set to a minimum value.
 

Methods in com.threerings.stats.data with parameters of type StatModifier
<T extends Stat>
void
StatSet.syncStat(StatModifier<T> modifier)
          Updates a stat in this set, using the supplied StatModifier.
 

Uses of StatModifier in com.threerings.stats.server.persist
 

Methods in com.threerings.stats.server.persist with parameters of type StatModifier
<T extends Stat>
T
StatRepository.updateStat(int playerId, StatModifier<T> modifier)
          Applies a modification to a single stat.
 



Copyright © 2011. All Rights Reserved.