Class SyncCompletePayload

java.lang.Object
net.fabricmc.fabric.impl.registry.sync.SyncCompletePayload
All Implemented Interfaces:
net.minecraft.network.protocol.common.custom.CustomPacketPayload

public class SyncCompletePayload 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>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B,T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf, SyncCompletePayload>
     
    static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<SyncCompletePayload>
     
    static final SyncCompletePayload
     
  • Method Summary

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

    Methods inherited from class 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

    • INSTANCE

      public static final SyncCompletePayload INSTANCE
    • ID

      public static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<SyncCompletePayload> ID
    • CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf, SyncCompletePayload> CODEC
  • Method Details

    • type

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