Uses of Record Class
net.neoforged.neoforge.network.payload.CommonVersionPayload
Packages that use CommonVersionPayload
Package
Description
-
Uses of CommonVersionPayload in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload with type parameters of type CommonVersionPayloadModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec
<net.minecraft.network.FriendlyByteBuf, CommonVersionPayload> CommonVersionPayload.STREAM_CODEC
static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<CommonVersionPayload> CommonVersionPayload.TYPE
Methods in net.neoforged.neoforge.network.payload that return types with arguments of type CommonVersionPayloadModifier and TypeMethodDescriptionnet.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<CommonVersionPayload> CommonVersionPayload.type()
-
Uses of CommonVersionPayload in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type CommonVersionPayloadModifier and TypeMethodDescriptionstatic void
NetworkRegistry.checkCommonVersion
(ICommonPacketListener listener, CommonVersionPayload payload) Called when aCommonVersionPayload
is received.