Uses of Class
net.minecraft.network.protocol.game.ClientboundSetObjectivePacket
Packages that use ClientboundSetObjectivePacket
-
Uses of ClientboundSetObjectivePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetObjectivePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleAddObjective
(ClientboundSetObjectivePacket pPacket) May create a scoreboard objective, remove an objective from the scoreboard or update an objectives' displayname -
Uses of ClientboundSetObjectivePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetObjectivePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetObjectivePacket> GamePacketTypes.CLIENTBOUND_SET_OBJECTIVE
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSetObjectivePacket> ClientboundSetObjectivePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetObjectivePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetObjectivePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleAddObjective
(ClientboundSetObjectivePacket pPacket) May create a scoreboard objective, remove an objective from the scoreboard or update an objectives' displayname