RegistrySyncManager

public final class RegistrySyncManager

Functions

apply
Link copied to clipboard
static NbtCompound apply(NbtCompound tag, RemappableRegistry.RemapMode mode)
bootstrapRegistries
Link copied to clipboard
static void bootstrapRegistries()
createPacket
Link copied to clipboard
static Packet<? extends ObjectcreatePacket()
receivePacket
Link copied to clipboard
static void receivePacket(ThreadExecutor<? extends Object> executor, PacketByteBuf buf, boolean accept, Consumer<Exception> errorHandler)
toTag
Link copied to clipboard
@Nullable()
static NbtCompound toTag(boolean isClientSync, @Nullable() NbtCompound activeTag)
Creates a NbtCompound used to save or sync the registry ids.
unmap
Link copied to clipboard
static void unmap()

Properties

postBootstrap
Link copied to clipboard
public static boolean postBootstrap

Sources

jvm source
Link copied to clipboard