| Package | Description |
|---|---|
| com.threerings.stats.data | |
| com.threerings.stats.server.persist |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Stat> |
StatSet.syncStat(StatModifier<T> modifier)
Updates a stat in this set, using the supplied StatModifier.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Stat> |
StatRepository.updateStat(int playerId,
StatModifier<T> modifier)
Applies a modification to a single stat.
|
Copyright © 2015. All rights reserved.