Package net.neoforged.neoforge.network.handling
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.network.handling
-
ClassDescriptionHelper class that merges two unidirectional handlers into a single bidirectional handler.DirectionalPayloadHandler<T extends CustomPacketPayload>Helper class that merges two unidirectional handlers into a single bidirectional handler.Common context interface for payload handlers.Common context interface for payload handlers.Callback for handling custom packets.IPayloadHandler<T extends CustomPacketPayload>Callback for handling custom packets.Helper class that always executes the wrapped handler on the main thread.MainThreadPayloadHandler<T extends CustomPacketPayload>Helper class that always executes the wrapped handler on the main thread.