public class StatsParser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,java.lang.Integer> |
STAT_TABLE
Maps stat names to stat index values.
|
Modifier | Constructor and Description |
---|---|
private |
StatsParser()
Private constructor to prevent instantiation.
|
Modifier and Type | Method and Description |
---|---|
static int |
parseStat(java.lang.String name)
Converts a stat name into a stat index.
|