Uses of Record Class
net.minecraft.network.protocol.common.ClientboundTransferPacket
Packages that use ClientboundTransferPacket
- 
Uses of ClientboundTransferPacket in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer with parameters of type ClientboundTransferPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleTransfer(ClientboundTransferPacket p_320739_) 
- 
Uses of ClientboundTransferPacket in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common with type parameters of type ClientboundTransferPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundTransferPacket> CommonPacketTypes.CLIENTBOUND_TRANSFERstatic final StreamCodec<FriendlyByteBuf, ClientboundTransferPacket> ClientboundTransferPacket.STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundTransferPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundTransferPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.handleTransfer(ClientboundTransferPacket p_320836_)