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 net.minecraft.network.codec.StreamCodec
<net.minecraft.network.FriendlyByteBuf, CommonRegisterPayload> CommonRegisterPayload.STREAM_CODEC
static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<CommonRegisterPayload> CommonRegisterPayload.TYPE
Methods in net.neoforged.neoforge.network.payload that return types with arguments of type CommonRegisterPayloadModifier and TypeMethodDescriptionnet.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<CommonRegisterPayload> CommonRegisterPayload.type()
-
Uses of CommonRegisterPayload in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type CommonRegisterPayloadModifier and TypeMethodDescriptionstatic void
NetworkRegistry.onCommonRegister
(ICommonPacketListener listener, CommonRegisterPayload payload) Replaces any existing common channels with the incoming ones from aCommonRegisterPayload
.