Package net.fabricmc.fabric.impl.registry.sync

Types

DynamicRegistrySync
Link copied to clipboard
public class DynamicRegistrySync
Handles synchronising changes to the built-in registries into the dynamic registry manager's template manager, in case it gets classloaded early.
FabricRegistry
Link copied to clipboard
public interface FabricRegistry implements RegistryAttributeHolder
FabricRegistryClientInit
Link copied to clipboard
public class FabricRegistryClientInit implements ClientModInitializer
FabricRegistryInit
Link copied to clipboard
public class FabricRegistryInit implements ModInitializer
ListenableRegistry
Link copied to clipboard
public interface ListenableRegistry<T>
PersistentDynamicRegistryHandler
Link copied to clipboard
public class PersistentDynamicRegistryHandler
This solves a bug in vanilla where datapack added biome IDs are not saved to disk.
RegistrySyncManager
Link copied to clipboard
public final class RegistrySyncManager
RemapException
Link copied to clipboard
public class RemapException extends Exception
RemappableRegistry
Link copied to clipboard
public interface RemappableRegistry
RemapStateImpl
Link copied to clipboard
public class RemapStateImpl<T> implements RegistryIdRemapCallback.RemapState<T>
RemovableIdList
Link copied to clipboard
public interface RemovableIdList<T>