Uses of Record Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoRemovePacket
Packages that use ClientboundPlayerInfoRemovePacket
-
Uses of ClientboundPlayerInfoRemovePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerInfoRemovePacketModifier and TypeMethodDescriptionvoidClientPacketListener.handlePlayerInfoRemove(ClientboundPlayerInfoRemovePacket p_248731_) -
Uses of ClientboundPlayerInfoRemovePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerInfoRemovePacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundPlayerInfoRemovePacket> GamePacketTypes.CLIENTBOUND_PLAYER_INFO_REMOVEstatic final StreamCodec<FriendlyByteBuf, ClientboundPlayerInfoRemovePacket> ClientboundPlayerInfoRemovePacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerInfoRemovePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerInfoRemovePacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handlePlayerInfoRemove(ClientboundPlayerInfoRemovePacket p_252308_)