Uses of Class
net.minecraft.network.protocol.game.ClientboundSetDisplayObjectivePacket
Packages that use ClientboundSetDisplayObjectivePacket
-
Uses of ClientboundSetDisplayObjectivePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetDisplayObjectivePacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleSetDisplayObjective(ClientboundSetDisplayObjectivePacket packet) Removes or sets the ScoreObjective to be displayed at a particular scoreboard position (list, sidebar, below name) -
Uses of ClientboundSetDisplayObjectivePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetDisplayObjectivePacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundSetDisplayObjectivePacket> GamePacketTypes.CLIENTBOUND_SET_DISPLAY_OBJECTIVEstatic final StreamCodec<FriendlyByteBuf, ClientboundSetDisplayObjectivePacket> ClientboundSetDisplayObjectivePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetDisplayObjectivePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetDisplayObjectivePacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleSetDisplayObjective(ClientboundSetDisplayObjectivePacket packet) Removes or sets the ScoreObjective to be displayed at a particular scoreboard position (list, sidebar, below name)