Class ExtensibleEnumAcknowledgePayload

java.lang.Object
net.neoforged.neoforge.network.payload.ExtensibleEnumAcknowledgePayload
All Implemented Interfaces:
net.minecraft.network.protocol.common.custom.CustomPacketPayload

public final class ExtensibleEnumAcknowledgePayload extends Object implements net.minecraft.network.protocol.common.custom.CustomPacketPayload
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,ExtensibleEnumAcknowledgePayload>
     
    static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ExtensibleEnumAcknowledgePayload>
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ExtensibleEnumAcknowledgePayload>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    toVanillaClientbound, toVanillaServerbound
  • Field Details

  • Constructor Details

    • ExtensibleEnumAcknowledgePayload

      private ExtensibleEnumAcknowledgePayload()
  • Method Details

    • type

      public net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<ExtensibleEnumAcknowledgePayload> type()
      Specified by:
      type in interface net.minecraft.network.protocol.common.custom.CustomPacketPayload