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 voidCheckFeatureFlags.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_CODECstatic final CustomPacketPayload.Type<FeatureFlagDataPayload> FeatureFlagDataPayload.TYPEMethods in net.neoforged.neoforge.network.payload that return types with arguments of type FeatureFlagDataPayload