Uses of Record Class
net.neoforged.neoforge.network.payload.FeatureFlagDataPayload
Packages that use FeatureFlagDataPayload
Package
Description
-
Uses of FeatureFlagDataPayload in net.neoforged.neoforge.network.configuration
Methods in net.neoforged.neoforge.network.configuration with parameters of type FeatureFlagDataPayloadModifier and TypeMethodDescriptionstatic void
CheckFeatureFlags.handleClientboundPayload
(FeatureFlagDataPayload payload, IPayloadContext context) -
Uses of FeatureFlagDataPayload in net.neoforged.neoforge.network.payload
Fields in net.neoforged.neoforge.network.payload with type parameters of type FeatureFlagDataPayloadModifier and TypeFieldDescriptionstatic final StreamCodec
<io.netty.buffer.ByteBuf, FeatureFlagDataPayload> FeatureFlagDataPayload.STREAM_CODEC
static final CustomPacketPayload.Type
<FeatureFlagDataPayload> FeatureFlagDataPayload.TYPE
Methods in net.neoforged.neoforge.network.payload that return types with arguments of type FeatureFlagDataPayload