Uses of Record Class
net.minecraft.network.protocol.game.ClientboundAwardStatsPacket
Packages that use ClientboundAwardStatsPacket
-
Uses of ClientboundAwardStatsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundAwardStatsPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleAwardStats
(ClientboundAwardStatsPacket p_104970_) -
Uses of ClientboundAwardStatsPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundAwardStatsPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundAwardStatsPacket> GamePacketTypes.CLIENTBOUND_AWARD_STATS
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundAwardStatsPacket> ClientboundAwardStatsPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundAwardStatsPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundAwardStatsPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleAwardStats
(ClientboundAwardStatsPacket p_131373_)