| net.minecraft.stats.StatBase.StatBase |
( |
int |
par1, |
|
|
String |
par2Str, |
|
|
IStatType |
par3IStatType |
|
) |
| |
| net.minecraft.stats.StatBase.StatBase |
( |
int |
par1, |
|
|
String |
par2Str |
|
) |
| |
| String net.minecraft.stats.StatBase.func_75968_a |
( |
int |
par1) | |
|
| String net.minecraft.stats.StatBase.getName |
( |
) | |
|
| StatBase net.minecraft.stats.StatBase.initIndependentStat |
( |
) | |
|
Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
| boolean net.minecraft.stats.StatBase.isAchievement |
( |
) | |
|
Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
| StatBase net.minecraft.stats.StatBase.registerStat |
( |
) | |
|
| String net.minecraft.stats.StatBase.toString |
( |
) | |
|
| IStatType net.minecraft.stats.StatBase.distanceStatType = new StatTypeDistance() |
|
static |
| boolean net.minecraft.stats.StatBase.isIndependent |
| IStatType net.minecraft.stats.StatBase.simpleStatType = new StatTypeSimple() |
|
static |
| String net.minecraft.stats.StatBase.statGuid |
Holds the GUID of the stat.
| final int net.minecraft.stats.StatBase.statId |
| final String net.minecraft.stats.StatBase.statName |
| IStatType net.minecraft.stats.StatBase.timeStatType = new StatTypeTime() |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/stats/StatBase.java