Utility class for converting stat values to stat names.
More...
|
static final Map< Integer, String > | STAT_NAMES = new HashMap<>() |
| The stat names: maps stat value to stat name. More...
|
|
Utility class for converting stat values to stat names.
- Author
- Andreas Kirschbaum
Definition at line 33 of file StatUtils.java.
◆ StatUtils()
com.realtime.crossfire.jxclient.scripts.StatUtils.StatUtils |
( |
| ) |
|
|
private |
Private constructor to prevent instantiation.
Definition at line 106 of file StatUtils.java.
◆ getStatNames()
static String com.realtime.crossfire.jxclient.scripts.StatUtils.getStatNames |
( |
final int |
stat | ) |
|
|
static |
Returns the stat name for a stat value.
- Parameters
-
- Returns
- the stat name
Definition at line 115 of file StatUtils.java.
◆ STAT_NAMES
final Map<Integer, String> com.realtime.crossfire.jxclient.scripts.StatUtils.STAT_NAMES = new HashMap<>() |
|
staticprivate |
The stat names: maps stat value to stat name.
Definition at line 39 of file StatUtils.java.
The documentation for this class was generated from the following file:
- crossfire-code/jxclient/trunk/src/gui/src/main/java/com/realtime/crossfire/jxclient/scripts/StatUtils.java