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