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 TypeMethodDescriptionvoid
ClientPacketListener.handleSetScore
(ClientboundSetScorePacket pPacket) 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_SCORE
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSetScorePacket> ClientboundSetScorePacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetScore
(ClientboundSetScorePacket pPacket) Either updates the score with a specified value or removes the score for an objective