|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
StatRepository.updateStat(int playerId,
StatModifier<T> modifier)
Applies a modification to a single stat. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||