public class StatBase extends Object
Modifier and Type | Field and Description |
---|---|
static IStatType |
distanceStatType |
static IStatType |
field_111202_k |
boolean |
isIndependent |
static IStatType |
simpleStatType |
String |
statGuid
Holds the GUID of the stat.
|
int |
statId
The Stat ID
|
String |
statName
The Stat name
|
static IStatType |
timeStatType |
Constructor and Description |
---|
StatBase(int par1,
String par2Str) |
StatBase(int par1,
String par2Str,
IStatType par3IStatType) |
Modifier and Type | Method and Description |
---|---|
String |
func_75968_a(int par1) |
String |
getName() |
StatBase |
initIndependentStat()
Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the
current instance.
|
boolean |
isAchievement() |
StatBase |
registerStat()
Register the stat into StatList.
|
String |
toString() |
public final int statId
public final String statName
public boolean isIndependent
public String statGuid
public static IStatType simpleStatType
public static IStatType timeStatType
public static IStatType distanceStatType
public static IStatType field_111202_k
public StatBase(int par1, String par2Str)
public StatBase initIndependentStat()
public StatBase registerStat()
public boolean isAchievement()
public String func_75968_a(int par1)
public String getName()