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 TypeMethodDescriptionvoidClientPacketListener.handleAddObjective(ClientboundSetObjectivePacket packet) 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_OBJECTIVEstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetObjectivePacket> ClientboundSetObjectivePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleAddObjective(ClientboundSetObjectivePacket packet) May create a scoreboard objective, remove an objective from the scoreboard or update an objectives' displayname