Uses of Record Class
net.minecraft.network.protocol.game.ClientboundSetScorePacket
Packages that use ClientboundSetScorePacket
-
Uses of ClientboundSetScorePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetScorePacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleSetScore(ClientboundSetScorePacket packet) Either updates the score with a specified value or removes the score for an objective -
Uses of ClientboundSetScorePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetScorePacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundSetScorePacket> GamePacketTypes.CLIENTBOUND_SET_SCOREstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetScorePacket> ClientboundSetScorePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetScorePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetScorePacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleSetScore(ClientboundSetScorePacket packet) Either updates the score with a specified value or removes the score for an objective