Uses of Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket
Packages that use ClientboundPlayerInfoUpdatePacket
-
Uses of ClientboundPlayerInfoUpdatePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerInfoUpdatePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handlePlayerInfoUpdate
(ClientboundPlayerInfoUpdatePacket p_250115_) -
Uses of ClientboundPlayerInfoUpdatePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerInfoUpdatePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPlayerInfoUpdatePacket> GamePacketTypes.CLIENTBOUND_PLAYER_INFO_UPDATE
ClientboundPlayerInfoUpdatePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return ClientboundPlayerInfoUpdatePacketModifier and TypeMethodDescriptionClientboundPlayerInfoUpdatePacket.createPlayerInitializing
(Collection<ServerPlayer> p_252314_) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerInfoUpdatePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerInfoUpdatePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handlePlayerInfoUpdate
(ClientboundPlayerInfoUpdatePacket p_248573_)