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

Packages that use IntStat
com.threerings.stats.data   
 

Uses of IntStat in com.threerings.stats.data
 

Subclasses of IntStat in com.threerings.stats.data
 class MaxIntStat
          Extends the IntStat by maintaining a maximum value which is updated every time a value is accumulated to the stat.
 class MaxValueIntStat
          Extends the IntStat by maintaining the maximum value that the stat has ever been assigned (unlike MaxIntStat, which tracks the maximum value that the stat has ever been incremented by).
 

Methods in com.threerings.stats.data with parameters of type IntStat
 void IntStatMinimumer.modify(IntStat stat)
           
 void IntStatIncrementer.modify(IntStat stat)
           
 



Copyright © 2011. All Rights Reserved.