Class FrozenRegistrySyncCompletedPayload

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

@Internal public final class FrozenRegistrySyncCompletedPayload extends Object implements ClientDispatchPayload
This payload is sent to the client when the server has finished sending all the frozen registries.
  • 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<net.minecraft.network.FriendlyByteBuf,FrozenRegistrySyncCompletedPayload>
     
    static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<FrozenRegistrySyncCompletedPayload>
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

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

    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

    • FrozenRegistrySyncCompletedPayload

      private FrozenRegistrySyncCompletedPayload()
  • Method Details

    • type

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