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 p_105106_) -
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 p_131441_)