Uses of Class
net.minecraft.network.packet.s2c.play.ScoreboardObjectiveUpdateS2CPacket
Packages that use ScoreboardObjectiveUpdateS2CPacket
Package
Description
-
Uses of ScoreboardObjectiveUpdateS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ScoreboardObjectiveUpdateS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onScoreboardObjectiveUpdate(ScoreboardObjectiveUpdateS2CPacket packet) -
Uses of ScoreboardObjectiveUpdateS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type ScoreboardObjectiveUpdateS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onScoreboardObjectiveUpdate(ScoreboardObjectiveUpdateS2CPacket packet) -
Uses of ScoreboardObjectiveUpdateS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type ScoreboardObjectiveUpdateS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<ScoreboardObjectiveUpdateS2CPacket> PlayPackets.SET_OBJECTIVE -
Uses of ScoreboardObjectiveUpdateS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type ScoreboardObjectiveUpdateS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, ScoreboardObjectiveUpdateS2CPacket> ScoreboardObjectiveUpdateS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type ScoreboardObjectiveUpdateS2CPacket