MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / toString

Method toString

src/main/java/net/minecraft/stats/StatBase.java:154–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 public String toString()
155 {
156 return "Stat{id=" + this.statId + ", nameId=" + this.statName + ", awardLocallyOnly=" + this.isIndependent + ", formatter=" + this.type + ", objectiveCriteria=" + this.field_150957_c + '}';
157 }
158
159 public IScoreObjectiveCriteria func_150952_k()
160 {

Callers 15

getVersionDebugMethod · 0.45
listToStringMethod · 0.45
arrayToStringMethod · 0.45
readInputStreamMethod · 0.45
MinecraftServerMethod · 0.45
getConnectionInfoMethod · 0.45
runMethod · 0.45
func_181058_bMethod · 0.45
getPlayerStatsFileMethod · 0.45
onSerializationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected