Uses of Record Class
net.minecraft.network.protocol.common.ClientboundTransferPacket
Packages that use ClientboundTransferPacket
-
Uses of ClientboundTransferPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundTransferPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleTransfer
(ClientboundTransferPacket p_320739_) -
Uses of ClientboundTransferPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundTransferPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundTransferPacket> CommonPacketTypes.CLIENTBOUND_TRANSFER
static final StreamCodec
<FriendlyByteBuf, ClientboundTransferPacket> ClientboundTransferPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientCommonPacketListener.handleTransfer
(ClientboundTransferPacket p_320836_)