Uses of Record Class
net.neoforged.neoforge.network.payload.CommonRegisterPayload
Packages that use CommonRegisterPayload
Package
Description
-
Uses of CommonRegisterPayload in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload with type parameters of type CommonRegisterPayloadModifier and TypeFieldDescriptionstatic final StreamCodec<FriendlyByteBuf, CommonRegisterPayload> CommonRegisterPayload.STREAM_CODECstatic final CustomPacketPayload.Type<CommonRegisterPayload> CommonRegisterPayload.TYPEMethods in net.neoforged.neoforge.network.payload that return types with arguments of type CommonRegisterPayload -
Uses of CommonRegisterPayload in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type CommonRegisterPayloadModifier and TypeMethodDescriptionstatic voidNetworkRegistry.onCommonRegister(ICommonPacketListener listener, CommonRegisterPayload payload) Replaces any existing common channels with the incoming ones from aCommonRegisterPayload.