Uses of Class
net.minecraft.stats.StatsCounter
Packages that use StatsCounter
Package
Description
-
Uses of StatsCounter in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type StatsCounterModifier and TypeMethodDescriptionboolean
PlayerPredicate.StatMatcher.matches
(StatsCounter pStatsCounter) -
Uses of StatsCounter in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as StatsCounterConstructors in net.minecraft.client.gui.screens.achievement with parameters of type StatsCounter -
Uses of StatsCounter in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type StatsCounterModifier and TypeMethodDescriptionMultiPlayerGameMode.createPlayer
(ClientLevel pLevel, StatsCounter pStatsManager, ClientRecipeBook pRecipes) MultiPlayerGameMode.createPlayer
(ClientLevel pLevel, StatsCounter pStatsManager, ClientRecipeBook pRecipes, boolean pWasShiftKeyDown, boolean pWasSprinting) -
Uses of StatsCounter in net.minecraft.client.player
Fields in net.minecraft.client.player declared as StatsCounterMethods in net.minecraft.client.player that return StatsCounterConstructors in net.minecraft.client.player with parameters of type StatsCounterModifierConstructorDescriptionLocalPlayer
(Minecraft pMinecraft, ClientLevel pClientLevel, ClientPacketListener pConnection, StatsCounter pStats, ClientRecipeBook pRecipeBook, boolean pWasShiftKeyDown, boolean pWasSprinting) -
Uses of StatsCounter in net.minecraft.stats
Subclasses of StatsCounter in net.minecraft.statsModifier and TypeClassDescriptionclass
Server-side implementation ofStatsCounter
; handles counting, serialising, and de-serialising statistics, as well as sending them to connected clients via the award stats packet.