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
FieldsModifier and TypeFieldDescriptionstatic final FrozenRegistrySyncCompletedPayload
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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.network.protocol.common.custom.CustomPacketPayload.Type
<FrozenRegistrySyncCompletedPayload> type()
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
-
TYPE
public static final net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<FrozenRegistrySyncCompletedPayload> TYPE -
INSTANCE
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf,FrozenRegistrySyncCompletedPayload> STREAM_CODEC
-
-
Constructor Details
-
FrozenRegistrySyncCompletedPayload
private FrozenRegistrySyncCompletedPayload()
-
-
Method Details
-
type
public net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<FrozenRegistrySyncCompletedPayload> type()- Specified by:
type
in interfacenet.minecraft.network.protocol.common.custom.CustomPacketPayload
-