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 TypeMethodDescriptionvoidClientPacketListener.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_UPDATEClientboundPlayerInfoUpdatePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handlePlayerInfoUpdate(ClientboundPlayerInfoUpdatePacket p_248573_)