Uses of Class
net.minecraft.util.registry.DynamicRegistryManager.Impl
Package
Description
-
Uses of DynamicRegistryManager.Impl in net.minecraft.client
Modifier and TypeMethodDescriptionMinecraftClient.createIntegratedResourceManager
(DynamicRegistryManager.Impl registryManager, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, LevelStorage.Session storageSession) static SaveProperties
MinecraftClient.createSaveProperties
(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings) void
MinecraftClient.createWorld
(String worldName, LevelInfo levelInfo, DynamicRegistryManager.Impl registryTracker, GeneratorOptions generatorOptions) private void
MinecraftClient.startIntegratedServer
(String worldName, DynamicRegistryManager.Impl registryTracker, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction) Modifier and TypeMethodDescriptionMinecraftClient.createIntegratedResourceManager
(DynamicRegistryManager.Impl registryManager, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, LevelStorage.Session storageSession) private void
MinecraftClient.startIntegratedServer
(String worldName, DynamicRegistryManager.Impl registryTracker, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction) -
Uses of DynamicRegistryManager.Impl in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate DynamicRegistryManager.Impl
MoreOptionsDialog.registryManager
Modifier and TypeMethodDescriptionprivate void
MoreOptionsDialog.importOptions
(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions) ModifierConstructorDescriptionCreateWorldScreen
(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path dataPackTempDir, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager) MoreOptionsDialog
(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions, Optional<GeneratorType> generatorType, OptionalLong seed) -
Uses of DynamicRegistryManager.Impl in net.minecraft.client.world
Modifier and TypeMethodDescriptionGeneratorType.createDefaultOptions
(DynamicRegistryManager.Impl registryManager, long seed, boolean generateStructures, boolean bonusChest) -
Uses of DynamicRegistryManager.Impl in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final DynamicRegistryManager.Impl
GameJoinS2CPacket.registryManager
The field for theregistryManager
record component.Modifier and TypeMethodDescriptionGameJoinS2CPacket.registryManager()
Returns the value of theregistryManager
record component.ModifierConstructorDescriptionGameJoinS2CPacket
(int playerEntityId, boolean bool, GameMode previousGameMode, @Nullable GameMode gameMode, Set<RegistryKey<World>> set, DynamicRegistryManager.Impl impl, DimensionType dimensionType, RegistryKey<World> registryKey, long long2, int maxPlayers, int chunkLoadDistance, int int2, boolean bool2, boolean bool3, boolean bool4, boolean bool5) -
Uses of DynamicRegistryManager.Impl in net.minecraft.server
Modifier and TypeFieldDescriptionprotected final DynamicRegistryManager.Impl
MinecraftServer.registryManager
private final DynamicRegistryManager.Impl
PlayerManager.registryManager
ModifierConstructorDescriptionMinecraftServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService sessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepo, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) PlayerManager
(MinecraftServer server, DynamicRegistryManager.Impl registryManager, WorldSaveHandler saveHandler, int maxPlayers) -
Uses of DynamicRegistryManager.Impl in net.minecraft.server.dedicated
ModifierConstructorDescriptionDedicatedPlayerManager
(MinecraftDedicatedServer server, DynamicRegistryManager.Impl tracker, WorldSaveHandler saveHandler) MinecraftDedicatedServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of DynamicRegistryManager.Impl in net.minecraft.server.integrated
ModifierConstructorDescriptionIntegratedPlayerManager
(IntegratedServer server, DynamicRegistryManager.Impl registryManager, WorldSaveHandler saveHandler) IntegratedServer
(Thread serverThread, MinecraftClient client, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of DynamicRegistryManager.Impl in net.minecraft.test
ModifierConstructorDescriptionTestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager) private
TestServer
(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos, DynamicRegistryManager.Impl registryManager, Registry<Biome> biomeRegistry, Registry<DimensionType> dimensionTypeRegistry) -
Uses of DynamicRegistryManager.Impl in net.minecraft.util.dynamic
Modifier and TypeMethodDescription<E> void
EntryLoader.Impl.add
(DynamicRegistryManager.Impl registryManager, RegistryKey<E> key, com.mojang.serialization.Encoder<E> encoder, int rawId, E entry, com.mojang.serialization.Lifecycle lifecycle) -
Uses of DynamicRegistryManager.Impl in net.minecraft.util.registry
Modifier and TypeFieldDescriptionprivate static final DynamicRegistryManager.Impl
DynamicRegistryManager.BUILTIN
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DynamicRegistryManager.Impl>
DynamicRegistryManager.Impl.CODEC
Modifier and TypeMethodDescriptionstatic DynamicRegistryManager.Impl
DynamicRegistryManager.create()
Creates a default dynamic registry manager.Modifier and TypeMethodDescriptionprivate static <K extends RegistryKey<? extends Registry<?>>,
V extends SimpleRegistry<?>>
com.mojang.serialization.Codec<DynamicRegistryManager.Impl>DynamicRegistryManager.Impl.fromRegistryCodecs
(com.mojang.serialization.codecs.UnboundedMapCodec<K, V> unboundedMapCodec) private static <E> com.mojang.serialization.Codec<DynamicRegistryManager.Impl>
DynamicRegistryManager.Impl.setupCodec()
Modifier and TypeMethodDescriptionprivate static <E> void
DynamicRegistryManager.addBuiltinEntries
(DynamicRegistryManager.Impl manager, Registry<E> registry) Add all entries of theregistry
to the corresponding registry within this manager.private static <R extends Registry<?>>
voidDynamicRegistryManager.copyFromBuiltin
(DynamicRegistryManager.Impl manager, RegistryKey<R> registryRef) Add all entries of the registry referred byregistryRef
to the corresponding registry within this manager.private static <E> void
DynamicRegistryManager.method_31141
(DynamicRegistryManager.Impl registryManager, EntryLoader.Impl entryLoader, DynamicRegistryManager.Info<E> info)