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 TypeMethodDescriptionvoid
ClientPacketListener.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_REMOVE
static final StreamCodec
<FriendlyByteBuf, ClientboundPlayerInfoRemovePacket> ClientboundPlayerInfoRemovePacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handlePlayerInfoRemove
(ClientboundPlayerInfoRemovePacket p_252308_)