Class FeatureFlagAcknowledgePayload
java.lang.Object
net.neoforged.neoforge.network.payload.FeatureFlagAcknowledgePayload
- All Implemented Interfaces:
CustomPacketPayload
@Internal
public final class FeatureFlagAcknowledgePayload
extends Object
implements CustomPacketPayload
-
Nested Class Summary
Nested classes/interfaces inherited from interface CustomPacketPayload
CustomPacketPayload.FallbackProvider<B>, CustomPacketPayload.Type<T>, CustomPacketPayload.TypeAndCodec<B,T> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeatureFlagAcknowledgePayloadstatic final StreamCodec<io.netty.buffer.ByteBuf, FeatureFlagAcknowledgePayload> static final CustomPacketPayload.Type<FeatureFlagAcknowledgePayload> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CustomPacketPayload
toVanillaClientbound, toVanillaServerbound
-
Field Details
-
TYPE
-
INSTANCE
-
STREAM_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf, FeatureFlagAcknowledgePayload> STREAM_CODEC
-
-
Constructor Details
-
FeatureFlagAcknowledgePayload
private FeatureFlagAcknowledgePayload()
-
-
Method Details
-
type
- Specified by:
typein interfaceCustomPacketPayload
-