Package net.neoforged.neoforge.network.registration
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.network.registration
-
ClassDescriptionUsed by
PayloadRegistrar
to declare the default handling thread for registeredIPayloadHandler
s.Registration for a custom packet payload.ModdedPlayPayloadRegistration<T extends CustomPacketPayload>Registration for a custom packet payload.Represents a complete negotiated network payload type, which is stored on the client and server.Represents a complete negotiated network, which is stored on the client and server.Core registry for all modded networking.Builder-style helper for registeringCustomPacketPayload
s, used for modded networking.PayloadRegistration<T extends CustomPacketPayload>Holds the information needed to describe a registered payload.