Uses of Record Class
net.minecraft.network.protocol.common.ClientboundCustomPayloadPacket
Packages that use ClientboundCustomPayloadPacket
Package
Description
-
Uses of ClientboundCustomPayloadPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleCustomPayload(ClientboundCustomPayloadPacket p_295727_) protected abstract voidClientCommonPacketListenerImpl.handleCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_295776_) protected voidClientConfigurationPacketListenerImpl.handleCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_295411_) voidClientPacketListener.handleCustomPayload(ClientboundCustomPayloadPacket p_295727_, CustomPacketPayload p_295851_) -
Uses of ClientboundCustomPayloadPacket in net.minecraft.network.protocol.common
Methods in net.minecraft.network.protocol.common with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.handleCustomPayload(ClientboundCustomPayloadPacket p_294344_) -
Uses of ClientboundCustomPayloadPacket in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionbooleanNetworkRegistry.onModdedPacketAtClient(ClientCommonPacketListener listener, ClientboundCustomPayloadPacket packet) Invoked by aClientCommonPacketListenerwhen a modded packet is received on a modded connection that is not natively known to the vanilla code base.