Uses of Record Class
net.minecraft.network.protocol.game.ClientboundResetScorePacket
Packages that use ClientboundResetScorePacket
-
Uses of ClientboundResetScorePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundResetScorePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleResetScore
(ClientboundResetScorePacket p_313768_) -
Uses of ClientboundResetScorePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundResetScorePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundResetScorePacket> GamePacketTypes.CLIENTBOUND_RESET_SCORE
static final StreamCodec
<FriendlyByteBuf, ClientboundResetScorePacket> ClientboundResetScorePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundResetScorePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundResetScorePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleResetScore
(ClientboundResetScorePacket p_313913_)