Uses of Record Class
net.minecraft.network.protocol.common.ClientboundCustomPayloadPacket
Package
Description
-
Uses of ClientboundCustomPayloadPacket in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleCustomPayload
(ClientboundCustomPayloadPacket p_295727_) void
ClientConfigurationPacketListenerImpl.handleCustomPayload
(ClientboundCustomPayloadPacket packet) -
Uses of ClientboundCustomPayloadPacket in net.minecraft.network.protocol.common
Modifier and TypeFieldDescriptionstatic final PacketType
<ClientboundCustomPayloadPacket> CommonPacketTypes.CLIENTBOUND_CUSTOM_PAYLOAD
static final StreamCodec
<FriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.CONFIG_STREAM_CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.GAMEPLAY_STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handleCustomPayload
(ClientboundCustomPayloadPacket p_294344_) -
Uses of ClientboundCustomPayloadPacket in net.neoforged.neoforge.network.registration
Modifier and TypeMethodDescriptionstatic void
NetworkRegistry.handleModdedPayload
(ClientCommonPacketListener listener, ClientboundCustomPayloadPacket packet) Handles modded payloads on the client.