public static interface Stat.Type extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
code()
Returns the unique code for this stat which is a function of its name.
|
boolean |
isPersistent()
Returns true if this stat is persisted between sessions.
|
String |
name()
Returns the enum name of stat.
|
Stat |
newStat()
Returns a new blank stat instance of the specified type.
|
Stat newStat()
String name()
int code()
boolean isPersistent()
Copyright © 2015. All rights reserved.