Package net.neoforged.neoforge.network.handling
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.network.handling
-
ClassDescriptionThe context that is passed to a handler for a payload that arrives during the configuration phase of the connection.IConfigurationPayloadHandler<T extends CustomPacketPayload>Callback for handling custom packets.Describes a handler for a packet.Defines a phase-less payload context that is passed to a handler for a payload that arrives during the connection.IPayloadHandler<T extends CustomPacketPayload>Callback for handling custom packets.IPlayPayloadHandler<T extends CustomPacketPayload>Callback for handling custom packets.Interface for handling replies on custom packets.Defines a replyHandler which can accept work that needs to be run synchronously, on the main thread of the game.Handler which is called when a task is completed.The context that is passed to a replyHandler for a payload that arrives during the configuration phase of the connection.