Uses of Record Class
net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket
Packages that use ServerboundCustomPayloadPacket
Package
Description
-
Uses of ServerboundCustomPayloadPacket in net.minecraft.network.protocol.common
Methods in net.minecraft.network.protocol.common with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListener.handleCustomPayload(ServerboundCustomPayloadPacket p_295175_) -
Uses of ServerboundCustomPayloadPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListenerImpl.handleCustomPayload(ServerboundCustomPayloadPacket p_294276_) voidServerConfigurationPacketListenerImpl.handleCustomPayload(ServerboundCustomPayloadPacket p_294276_) voidServerGamePacketListenerImpl.handleCustomPayload(ServerboundCustomPayloadPacket p_294276_) -
Uses of ServerboundCustomPayloadPacket in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidFakePlayer.FakePlayerNetHandler.handleCustomPayload(ServerboundCustomPayloadPacket p_294276_) -
Uses of ServerboundCustomPayloadPacket in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidNetworkRegistry.onModdedPacketAtServer(ServerCommonPacketListener listener, ServerboundCustomPayloadPacket packet) Invoked by aServerCommonPacketListenerwhen a modded packet is received on a modded connection that is not natively known to the vanilla code base.