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 TypeMethodDescriptionvoidClientPacketListener.handleResetScore(ClientboundResetScorePacket packet) -
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_SCOREstatic final StreamCodec<FriendlyByteBuf, ClientboundResetScorePacket> ClientboundResetScorePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleResetScore(ClientboundResetScorePacket packet)