public class StatBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IStatType |
distanceStatType |
static IStatType |
field_111202_k |
boolean |
isIndependent |
static IStatType |
simpleStatType |
java.lang.String |
statId |
static IStatType |
timeStatType |
Constructor and Description |
---|
StatBase(java.lang.String p_i45308_1_,
IChatComponent p_i45308_2_) |
StatBase(java.lang.String p_i45307_1_,
IChatComponent p_i45307_2_,
IStatType p_i45307_3_) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
IChatComponent |
func_150951_e() |
IScoreObjectiveCriteria |
func_150952_k() |
StatBase |
func_150953_b(java.lang.Class p_150953_1_) |
java.lang.Class |
func_150954_l() |
IChatComponent |
func_150955_j() |
java.lang.String |
func_75968_a(int p_75968_1_) |
int |
hashCode() |
StatBase |
initIndependentStat() |
boolean |
isAchievement() |
StatBase |
registerStat() |
java.lang.String |
toString() |
public final java.lang.String statId
public boolean isIndependent
public static IStatType simpleStatType
public static IStatType timeStatType
public static IStatType distanceStatType
public static IStatType field_111202_k
public StatBase(java.lang.String p_i45307_1_, IChatComponent p_i45307_2_, IStatType p_i45307_3_)
public StatBase(java.lang.String p_i45308_1_, IChatComponent p_i45308_2_)
public StatBase initIndependentStat()
public StatBase registerStat()
public boolean isAchievement()
public java.lang.String func_75968_a(int p_75968_1_)
public IChatComponent func_150951_e()
public IChatComponent func_150955_j()
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public IScoreObjectiveCriteria func_150952_k()
public java.lang.Class func_150954_l()
public StatBase func_150953_b(java.lang.Class p_150953_1_)