| Package | Description |
|---|---|
| com.threerings.stats.data |
| Modifier and Type | Class and Description |
|---|---|
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). |
| Modifier and Type | Method and Description |
|---|---|
void |
IntStatMinimumer.modify(IntStat stat) |
void |
IntStatIncrementer.modify(IntStat stat) |
Copyright © 2015. All rights reserved.