public class IntStatIncrementer extends StatModifier<IntStat>
| Constructor and Description |
|---|
IntStatIncrementer()
Constructs an empty IntStatIncrementer (for Streaming purposes).
|
IntStatIncrementer(Stat.Type type,
int delta) |
| Modifier and Type | Method and Description |
|---|---|
void |
modify(IntStat stat)
Applies the modification to the stat in question.
|
getType, readObject, writeObjectpublic IntStatIncrementer(Stat.Type type, int delta)
public IntStatIncrementer()
public void modify(IntStat stat)
StatModifiermodify in class StatModifier<IntStat>Copyright © 2015. All rights reserved.