Uses of Record Class
net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket
Package
Description
-
Uses of ServerboundCustomPayloadPacket in net.minecraft.network.protocol.common
Modifier and TypeFieldDescriptionstatic final StreamCodec
<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.CONFIG_STREAM_CODEC
static final PacketType
<ServerboundCustomPayloadPacket> CommonPacketTypes.SERVERBOUND_CUSTOM_PAYLOAD
static final StreamCodec
<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.STREAM_CODEC
Modifier and TypeMethodDescriptionvoid
ServerCommonPacketListener.handleCustomPayload
(ServerboundCustomPayloadPacket p_295175_) -
Uses of ServerboundCustomPayloadPacket in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerCommonPacketListenerImpl.handleCustomPayload
(ServerboundCustomPayloadPacket p_294276_) void
ServerConfigurationPacketListenerImpl.handleCustomPayload
(ServerboundCustomPayloadPacket p_294276_) void
ServerGamePacketListenerImpl.handleCustomPayload
(ServerboundCustomPayloadPacket p_333887_) -
Uses of ServerboundCustomPayloadPacket in net.neoforged.neoforge.common.util
Modifier and TypeMethodDescriptionvoid
FakePlayer.FakePlayerNetHandler.handleCustomPayload
(ServerboundCustomPayloadPacket p_294276_) -
Uses of ServerboundCustomPayloadPacket in net.neoforged.neoforge.network.registration
Modifier and TypeMethodDescriptionstatic void
NetworkRegistry.handleModdedPayload
(ServerCommonPacketListener listener, ServerboundCustomPayloadPacket packet) Handles modded payloads on the server.