Package net.minecraft.stat
Class Stat<T>
java.lang.Object
net.minecraft.scoreboard.ScoreboardCriterion
net.minecraft.stat.Stat<T>
public class Stat<T> extends ScoreboardCriterion
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.scoreboard.ScoreboardCriterion
ScoreboardCriterion.RenderType
-
Field Summary
Fields Modifier and Type Field Description private StatFormatter
formatter
private StatType<T>
type
private T
value
Fields inherited from class net.minecraft.scoreboard.ScoreboardCriterion
AIR, ARMOR, DEATH_COUNT, DUMMY, FOOD, HEALTH, KILLED_BY_TEAMS, LEVEL, OBJECTIVES, PLAYER_KILL_COUNT, TEAM_KILLS, TOTAL_KILL_COUNT, TRIGGER, XP
-
Constructor Summary
Constructors Modifier Constructor Description protected
Stat(StatType<T> type, T value, StatFormatter formatter)
-
Method Summary
Methods inherited from class net.minecraft.scoreboard.ScoreboardCriterion
createStatCriterion, getCriterionType, getName, isReadOnly