Uses of Interface
net.minecraft.registry.DynamicRegistryManager
Packages that use DynamicRegistryManager
Package
Description
-
Uses of DynamicRegistryManager in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.canAcceptRecipeOutput
(DynamicRegistryManager registryManager, @Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count) private static boolean
AbstractFurnaceBlockEntity.craftRecipe
(DynamicRegistryManager registryManager, @Nullable Recipe<?> recipe, DefaultedList<ItemStack> slots, int count) -
Uses of DynamicRegistryManager in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type DynamicRegistryManagerModifierConstructorDescriptionSuperflatPresetsListWidget
(DynamicRegistryManager dynamicRegistryManager, FeatureSet featureSet) -
Uses of DynamicRegistryManager in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
RecipeResultCollection.registryManager
Methods in net.minecraft.client.gui.screen.recipebook that return DynamicRegistryManagerMethods in net.minecraft.client.gui.screen.recipebook with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionprivate static boolean
RecipeResultCollection.shouldHaveSingleOutput
(DynamicRegistryManager registryManager, List<Recipe<?>> recipes) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type DynamicRegistryManagerModifierConstructorDescriptionRecipeResultCollection
(DynamicRegistryManager registryManager, List<Recipe<?>> recipes) -
Uses of DynamicRegistryManager in net.minecraft.client.network
Methods in net.minecraft.client.network that return DynamicRegistryManagerModifier and TypeMethodDescriptionClientCommandSource.getRegistryManager()
ClientPlayNetworkHandler.getRegistryManager()
-
Uses of DynamicRegistryManager in net.minecraft.client.recipebook
Methods in net.minecraft.client.recipebook with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionvoid
ClientRecipeBook.reload
(Iterable<Recipe<?>> recipes, DynamicRegistryManager registryManager) -
Uses of DynamicRegistryManager in net.minecraft.command
Methods in net.minecraft.command that return DynamicRegistryManagerMethods in net.minecraft.command with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionCommandRegistryAccess.of
(DynamicRegistryManager registryManager, FeatureSet enabledFeatures) -
Uses of DynamicRegistryManager in net.minecraft.entity.damage
Constructors in net.minecraft.entity.damage with parameters of type DynamicRegistryManager -
Uses of DynamicRegistryManager in net.minecraft.item.trim
Methods in net.minecraft.item.trim with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionstatic void
ArmorTrim.appendTooltip
(ItemStack stack, DynamicRegistryManager registryManager, List<Text> tooltip) static boolean
ArmorTrim.apply
(DynamicRegistryManager registryManager, ItemStack stack, ArmorTrim trim) ArmorTrimMaterials.get
(DynamicRegistryManager registryManager, ItemStack stack) ArmorTrimPatterns.get
(DynamicRegistryManager registryManager, ItemStack stack) ArmorTrim.getTrim
(DynamicRegistryManager registryManager, ItemStack stack) -
Uses of DynamicRegistryManager in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionstatic MessageType.Parameters
MessageType.params
(RegistryKey<MessageType> typeKey, DynamicRegistryManager registryManager, Text name) MessageType.Serialized.toParameters
(DynamicRegistryManager registryManager) Returns a deserialized version of this instance, orOptional.empty()
ifMessageType.Serialized.typeId
is unknown to the client.MessageType.Parameters.toSerialized
(DynamicRegistryManager registryManager) Returns a serialized version of this instance used in packets. -
Uses of DynamicRegistryManager in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionAbstractCookingRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.ArmorDyeRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) BannerDuplicateRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) BookCloningRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) CraftingDecoratedPotRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) CuttingRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.FireworkRocketRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) FireworkStarFadeRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) FireworkStarRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) MapCloningRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) MapExtendingRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) Recipe.craft
(C inventory, DynamicRegistryManager registryManager) Crafts this recipe.RepairItemRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShapedRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShapelessRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShieldDecorationRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) ShulkerBoxColoringRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) SmithingTransformRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.SmithingTrimRecipe.craft
(Inventory inventory, DynamicRegistryManager registryManager) Crafts this recipe.SuspiciousStewRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) TippedArrowRecipe.craft
(RecipeInputInventory recipeInputInventory, DynamicRegistryManager dynamicRegistryManager) AbstractCookingRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.CuttingRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.FireworkRocketRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.FireworkStarRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.Recipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.ShapedRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.ShapelessRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.SmithingTransformRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.SmithingTrimRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output.SpecialCraftingRecipe.getOutput
(DynamicRegistryManager registryManager) Returns a preview of the recipe's output. -
Uses of DynamicRegistryManager in net.minecraft.registry
Subinterfaces of DynamicRegistryManager in net.minecraft.registryClasses in net.minecraft.registry that implement DynamicRegistryManagerFields in net.minecraft.registry with type parameters of type DynamicRegistryManagerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DynamicRegistryManager>
SerializableRegistries.CODEC
Methods in net.minecraft.registry that return types with arguments of type DynamicRegistryManagerModifier and TypeMethodDescriptionprivate static <E> com.mojang.serialization.Codec<DynamicRegistryManager>
SerializableRegistries.createCodec()
private static <K extends RegistryKey<? extends Registry<?>>,
V extends Registry<?>>
com.mojang.serialization.Codec<DynamicRegistryManager>SerializableRegistries.createDynamicRegistryManagerCodec
(com.mojang.serialization.codecs.UnboundedMapCodec<K, V> networkCodec) Methods in net.minecraft.registry with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionprivate RegistryBuilder.Registries
RegistryBuilder.createBootstrappedRegistries
(DynamicRegistryManager registryManager) private static RegistryOps.RegistryInfoGetter
RegistryLoader.createInfoGetter
(DynamicRegistryManager baseRegistryManager, List<com.mojang.datafixers.util.Pair<MutableRegistry<?>, RegistryLoader.RegistryLoadable>> additionalRegistries) RegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager) RegistryBuilder.createWrapperLookup
(DynamicRegistryManager baseRegistryManager, RegistryWrapper.WrapperLookup wrapperLookup) RegistryLoader.load
(ResourceManager resourceManager, DynamicRegistryManager baseRegistryManager, List<RegistryLoader.Entry<?>> entries) static RegistryBuilder.Registries
RegistryBuilder.Registries.of
(DynamicRegistryManager dynamicRegistryManager, Stream<RegistryKey<? extends Registry<?>>> registryRefs) private static Stream<DynamicRegistryManager.Entry<?>>
SerializableRegistries.stream
(DynamicRegistryManager dynamicRegistryManager) Method parameters in net.minecraft.registry with type arguments of type DynamicRegistryManagerModifier and TypeMethodDescriptionprivate static Map<RegistryKey<? extends Registry<?>>,
Registry<?>> CombinedDynamicRegistries.toRegistryMap
(Stream<? extends DynamicRegistryManager> registryManagers) -
Uses of DynamicRegistryManager in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
TagManagerLoader.registryManager
Constructors in net.minecraft.registry.tag with parameters of type DynamicRegistryManager -
Uses of DynamicRegistryManager in net.minecraft.server
Methods in net.minecraft.server with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionvoid
DataPackContents.refresh
(DynamicRegistryManager dynamicRegistryManager) private static <T> void
DataPackContents.repopulateTags
(DynamicRegistryManager dynamicRegistryManager, TagManagerLoader.RegistryTags<T> tags) -
Uses of DynamicRegistryManager in net.minecraft.server.command
Methods in net.minecraft.server.command that return DynamicRegistryManager -
Uses of DynamicRegistryManager in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionprotected abstract T
AbstractPropertiesHandler.create
(DynamicRegistryManager registryManager, Properties properties) Creates another property handler with the same type as this one from the passed new map of properties.protected ServerPropertiesHandler
ServerPropertiesHandler.create
(DynamicRegistryManager dynamicRegistryManager, Properties properties) ServerPropertiesHandler.createDimensionsRegistryHolder
(DynamicRegistryManager dynamicRegistry) ServerPropertiesHandler.WorldGenProperties.createDimensionsRegistryHolder
(DynamicRegistryManager dynamicRegistryManager) AbstractPropertiesHandler.PropertyAccessor.set
(DynamicRegistryManager registryManager, V value) Returns a new property handler with another map of property in which the property handled by this accessor is updated. -
Uses of DynamicRegistryManager in net.minecraft.server.integrated
Method parameters in net.minecraft.server.integrated with type arguments of type DynamicRegistryManagerModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.createAndStart
(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier) -
Uses of DynamicRegistryManager in net.minecraft.structure
Fields in net.minecraft.structure declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
StructureContext.registryManager
The field for theregistryManager
record component.private final DynamicRegistryManager
StructureGeneratorFactory.Context.registryManager
The field for theregistryManager
record component.Methods in net.minecraft.structure that return DynamicRegistryManagerModifier and TypeMethodDescriptionStructureContext.registryManager()
Returns the value of theregistryManager
record component.StructureGeneratorFactory.Context.registryManager()
Returns the value of theregistryManager
record component.Constructors in net.minecraft.structure with parameters of type DynamicRegistryManagerModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, DynamicRegistryManager dynamicRegistryManager) StructureContext
(ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager, StructureTemplateManager structureTemplateManager) -
Uses of DynamicRegistryManager in net.minecraft.world
Fields in net.minecraft.world declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
StructureLocator.registryManager
private final DynamicRegistryManager
World.registryManager
Methods in net.minecraft.world that return DynamicRegistryManagerModifier and TypeMethodDescriptionChunkRegion.getRegistryManager()
World.getRegistryManager()
WorldView.getRegistryManager()
Methods in net.minecraft.world with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionSaveProperties.cloneWorldNbt
(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt) ChunkSerializer.readStructureReferences
(DynamicRegistryManager registryManager, ChunkPos pos, NbtCompound nbt) Constructors in net.minecraft.world with parameters of type DynamicRegistryManagerModifierConstructorDescriptionStructureLocator
(NbtScannable chunkIoWorker, DynamicRegistryManager registryManager, StructureTemplateManager structureTemplateManager, RegistryKey<World> worldKey, ChunkGenerator chunkGenerator, NoiseConfig noiseConfig, HeightLimitView world, BiomeSource biomeSource, long seed, com.mojang.datafixers.DataFixer dataFixer) protected
World
(MutableWorldProperties properties, RegistryKey<World> registryRef, DynamicRegistryManager registryManager, RegistryEntry<DimensionType> dimensionEntry, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long biomeAccess, int maxChainedNeighborUpdates) -
Uses of DynamicRegistryManager in net.minecraft.world.dimension
Methods in net.minecraft.world.dimension with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionDimensionOptionsRegistryHolder.with
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator) -
Uses of DynamicRegistryManager in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return DynamicRegistryManagerMethods in net.minecraft.world.gen with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionWorldPresets.createDemoOptions
(DynamicRegistryManager dynamicRegistryManager) static DimensionOptions
WorldPresets.getDefaultOverworldOptions
(DynamicRegistryManager dynamicRegistryManager) -
Uses of DynamicRegistryManager in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
CarverContext.registryManager
Methods in net.minecraft.world.gen.carver that return DynamicRegistryManagerConstructors in net.minecraft.world.gen.carver with parameters of type DynamicRegistryManagerModifierConstructorDescriptionCarverContext
(NoiseChunkGenerator noiseChunkGenerator, DynamicRegistryManager registryManager, HeightLimitView heightLimitView, ChunkNoiseSampler chunkNoiseSampler, NoiseConfig noiseConfig, MaterialRules.MaterialRule materialRule) -
Uses of DynamicRegistryManager in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionvoid
ChunkGenerator.setStructureStarts
(DynamicRegistryManager registryManager, StructurePlacementCalculator placementCalculator, StructureAccessor structureAccessor, Chunk chunk, StructureTemplateManager structureTemplateManager) Determines which structures should start in the given chunk and creates their starting points.private boolean
ChunkGenerator.trySetStructureStart
(StructureSet.WeightedEntry weightedEntry, StructureAccessor structureAccessor, DynamicRegistryManager dynamicRegistryManager, NoiseConfig noiseConfig, StructureTemplateManager structureManager, long seed, Chunk chunk, ChunkPos pos, ChunkSectionPos sectionPos) -
Uses of DynamicRegistryManager in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
Structure.Context.dynamicRegistryManager
The field for thedynamicRegistryManager
record component.Methods in net.minecraft.world.gen.structure that return DynamicRegistryManagerModifier and TypeMethodDescriptionStructure.Context.dynamicRegistryManager()
Returns the value of thedynamicRegistryManager
record component.Methods in net.minecraft.world.gen.structure with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionStructure.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes) Constructors in net.minecraft.world.gen.structure with parameters of type DynamicRegistryManagerModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Context
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) -
Uses of DynamicRegistryManager in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionLevelProperties.cloneWorldNbt
(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt) static <T> com.mojang.serialization.DataResult<T>
WorldGenSettings.encode
(com.mojang.serialization.DynamicOps<T> registryOps, GeneratorOptions generatorOptions, DynamicRegistryManager dynamicRegistryManager) private void
LevelProperties.updateProperties
(DynamicRegistryManager registryManager, NbtCompound levelNbt, @Nullable NbtCompound playerNbt) -
Uses of DynamicRegistryManager in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type DynamicRegistryManagerModifier and TypeMethodDescriptionvoid
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties) void
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt) -
Uses of DynamicRegistryManager in net.minecraft.world.poi
Constructors in net.minecraft.world.poi with parameters of type DynamicRegistryManagerModifierConstructorDescriptionPointOfInterestStorage
(Path path, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, HeightLimitView world) -
Uses of DynamicRegistryManager in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as DynamicRegistryManagerModifier and TypeFieldDescriptionprivate final DynamicRegistryManager
SerializingRegionBasedStorage.dynamicRegistryManager
Constructors in net.minecraft.world.storage with parameters of type DynamicRegistryManagerModifierConstructorDescriptionSerializingRegionBasedStorage
(Path path, Function<Runnable, com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable, R> factory, com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixTypes, boolean dsync, DynamicRegistryManager dynamicRegistryManager, HeightLimitView world)