Package net.minecraft.stats
@ParametersAreNonnullByDefault
package net.minecraft.stats
-
ClassDescriptionServer-side implementation of
StatsCounter
; handles counting, serialising, and de-serialising statistics, as well as sending them to connected clients via the award stats packet.Stat<T>An immutable statistic to be counted for a particular entry in the Stat.type's registry.A formatter for a statistic's corresponding count.Manages counting a set ofStat
objects, stored by a map of statistics to their count.StatType<T>