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 TypeMethodDescriptionvoid
ClientPacketListener.handleSetDisplayObjective
(ClientboundSetDisplayObjectivePacket pPacket) 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_OBJECTIVE
static final StreamCodec
<FriendlyByteBuf, ClientboundSetDisplayObjectivePacket> ClientboundSetDisplayObjectivePacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetDisplayObjective
(ClientboundSetDisplayObjectivePacket pPacket) Removes or sets the ScoreObjective to be displayed at a particular scoreboard position (list, sidebar, below name)