Uses of Record Class
net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket
Packages that use ServerboundCustomPayloadPacket
Package
Description
- 
Uses of ServerboundCustomPayloadPacket in net.minecraft.network.protocol.commonFields in net.minecraft.network.protocol.common with type parameters of type ServerboundCustomPayloadPacketModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.CONFIG_STREAM_CODECstatic final PacketType<ServerboundCustomPayloadPacket> CommonPacketTypes.SERVERBOUND_CUSTOM_PAYLOADstatic final StreamCodec<FriendlyByteBuf, ServerboundCustomPayloadPacket> ServerboundCustomPayloadPacket.STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ServerboundCustomPayloadPacketMethods in net.minecraft.network.protocol.common with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListener.handleCustomPayload(ServerboundCustomPayloadPacket p_295175_) 
- 
Uses of ServerboundCustomPayloadPacket in net.minecraft.server.networkMethods 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_333887_) 
- 
Uses of ServerboundCustomPayloadPacket in net.neoforged.neoforge.common.utilMethods 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.registrationMethods in net.neoforged.neoforge.network.registration with parameters of type ServerboundCustomPayloadPacketModifier and TypeMethodDescriptionstatic voidNetworkRegistry.handleModdedPayload(ServerCommonPacketListener listener, ServerboundCustomPayloadPacket packet) Handles modded payloads on the server.