Package net.minecraft.stats
Class StatsCounter
java.lang.Object
net.minecraft.stats.StatsCounter
- Direct Known Subclasses:
ServerStatsCounter
Manages counting a set of
Stat
objects, stored by a map of statistics to their count.
This base StatsCounter
is only used client-side for keeping track of and reading counts sent from the server.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stats
-
-
Constructor Details
-
StatsCounter
public StatsCounter()
-
-
Method Details
-
increment
-
setValue
-
getValue
-
getValue
-