Uses of Class
net.minecraft.util.registry.DynamicRegistryManager
-
Uses of DynamicRegistryManager in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type DynamicRegistryManager Constructor Description CustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<Biome> onDone, Biome biome) -
Uses of DynamicRegistryManager in net.minecraft.client.network
Fields in net.minecraft.client.network declared as DynamicRegistryManager Modifier and Type Field Description private DynamicRegistryManagerClientPlayNetworkHandler. registryManagerMethods in net.minecraft.client.network that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerClientCommandSource. getRegistryManager()DynamicRegistryManagerClientPlayNetworkHandler. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.client.world
Methods in net.minecraft.client.world that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerClientWorld. getRegistryManager()Methods in net.minecraft.client.world with parameters of type DynamicRegistryManager Modifier and Type Method Description private static GeneratorOptionsGeneratorType. createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)private static BiomeGeneratorType. getFirstBiome(DynamicRegistryManager registryManager, GeneratorOptions options) -
Uses of DynamicRegistryManager in net.minecraft.command
Methods in net.minecraft.command that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerCommandSource. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerGameJoinS2CPacket. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.resource
Methods in net.minecraft.resource with parameters of type DynamicRegistryManager Modifier and Type Method Description static CompletableFuture<ServerResourceManager>ServerResourceManager. reload(List<ResourcePack> packs, DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor)Constructors in net.minecraft.resource with parameters of type DynamicRegistryManager Constructor Description ServerResourceManager(DynamicRegistryManager registryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel) -
Uses of DynamicRegistryManager in net.minecraft.server
Methods in net.minecraft.server that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerMinecraftServer. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.server.command
Methods in net.minecraft.server.command that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerServerCommandSource. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type DynamicRegistryManager Modifier and Type Method Description protected abstract TAbstractPropertiesHandler. create(DynamicRegistryManager registryManager, Properties properties)Creates another property handler with the same type as this one from the passed new map of properties.protected ServerPropertiesHandlerServerPropertiesHandler. create(DynamicRegistryManager dynamicRegistryManager, Properties properties)static ServerPropertiesHandlerServerPropertiesHandler. load(DynamicRegistryManager registryManager, Path path)TAbstractPropertiesHandler.PropertyAccessor. set(DynamicRegistryManager registryManager, V v)Returns a new property handler with another map of property in which the property handled by this accessor is updated.Constructors in net.minecraft.server.dedicated with parameters of type DynamicRegistryManager Constructor Description ServerPropertiesHandler(Properties properties, DynamicRegistryManager registryManager)ServerPropertiesLoader(DynamicRegistryManager registryManager, Path path) -
Uses of DynamicRegistryManager in net.minecraft.server.world
Methods in net.minecraft.server.world that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerServerWorld. getRegistryManager() -
Uses of DynamicRegistryManager in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type DynamicRegistryManager Modifier and Type Method Description abstract voidStructureStart. init(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, StructureManager manager, ChunkPos pos, Biome biome, C config, HeightLimitView world) -
Uses of DynamicRegistryManager in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type DynamicRegistryManager Modifier and Type Method Description static voidStructurePoolBasedGenerator. method_27230(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView)static voidStructurePoolBasedGenerator. method_30419(DynamicRegistryManager dynamicRegistryManager, StructurePoolFeatureConfig structurePoolFeatureConfig, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, BlockPos blockPos, class_6130 class_6130, Random random, boolean bool, boolean bool2, HeightLimitView heightLimitView) -
Uses of DynamicRegistryManager in net.minecraft.tag
Fields in net.minecraft.tag declared as DynamicRegistryManager Modifier and Type Field Description private DynamicRegistryManagerTagManagerLoader. registryManagerMethods in net.minecraft.tag with parameters of type DynamicRegistryManager Modifier and Type Method Description static TagManagerTagManager. fromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>TagManager. toPacket(DynamicRegistryManager registryManager)private static <T> voidTagManager. tryAdd(DynamicRegistryManager registryManager, TagManager.Builder builder, RegistryKey<? extends Registry<? extends T>> type, TagGroup.Serialized group)Constructors in net.minecraft.tag with parameters of type DynamicRegistryManager Constructor Description TagManagerLoader(DynamicRegistryManager registryManager) -
Uses of DynamicRegistryManager in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic declared as DynamicRegistryManager Modifier and Type Field Description private DynamicRegistryManagerRegistryReadingOps. managerprivate DynamicRegistryManagerRegistryOps. registryManagerMethods in net.minecraft.util.dynamic with parameters of type DynamicRegistryManager Modifier and Type Method Description static <T> RegistryOps<T>RegistryOps. of(com.mojang.serialization.DynamicOps<T> delegate, ResourceManager resourceManager, DynamicRegistryManager dynamicRegistryManager)static <T> RegistryOps<T>RegistryOps. of(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.EntryLoader entryLoader, DynamicRegistryManager dynamicRegistryManager)static <T> RegistryReadingOps<T>RegistryReadingOps. of(com.mojang.serialization.DynamicOps<T> delegate, DynamicRegistryManager tracker)Constructors in net.minecraft.util.dynamic with parameters of type DynamicRegistryManager Constructor Description RegistryOps(com.mojang.serialization.DynamicOps<T> delegate, RegistryOps.EntryLoader entryLoader, DynamicRegistryManager dynamicRegistryManager, IdentityHashMap<RegistryKey<? extends Registry<?>>,RegistryOps.ValueHolder<?>> valueHolders)RegistryReadingOps(com.mojang.serialization.DynamicOps<T> delegate, DynamicRegistryManager tracker) -
Uses of DynamicRegistryManager in net.minecraft.util.registry
Subclasses of DynamicRegistryManager in net.minecraft.util.registry Modifier and Type Class Description static classDynamicRegistryManager.ImplAn immutable implementation of the dynamic registry manager, representing a specialized configuration of registries.Methods in net.minecraft.util.registry with parameters of type DynamicRegistryManager Modifier and Type Method Description private static <E> voidDynamicRegistryManager. load(RegistryOps<?> ops, DynamicRegistryManager dynamicRegistryManager, DynamicRegistryManager.Info<E> info)Loads elements from theopsinto the registry specified byinfowithin themanager.static voidDynamicRegistryManager. load(DynamicRegistryManager dynamicRegistryManager, RegistryOps<?> registryOps)Loads a dynamic registry manager from the resource manager's data files. -
Uses of DynamicRegistryManager in net.minecraft.world
Methods in net.minecraft.world that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManagerChunkRegion. getRegistryManager()DynamicRegistryManagerRegistryWorldView. getRegistryManager()Methods in net.minecraft.world with parameters of type DynamicRegistryManager Modifier and Type Method Description NbtCompoundSaveProperties. cloneWorldNbt(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt) -
Uses of DynamicRegistryManager in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type DynamicRegistryManager Modifier and Type Method Description static GeneratorOptionsGeneratorOptions. createDemo(DynamicRegistryManager registryManager)static GeneratorOptionsGeneratorOptions. fromProperties(DynamicRegistryManager registryManager, Properties properties) -
Uses of DynamicRegistryManager in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type DynamicRegistryManager Modifier and Type Method Description private voidChunkGenerator. setStructureStart(ConfiguredStructureFeature<?,?> configuredStructureFeature, DynamicRegistryManager dynamicRegistryManager, StructureAccessor structureAccessor, Chunk chunk, StructureManager structureManager, long worldSeed, Biome biome)voidChunkGenerator. setStructureStarts(DynamicRegistryManager dynamicRegistryManager, StructureAccessor structureAccessor, Chunk chunk, StructureManager structureManager, long worldSeed)Determines which structures should start in the given chunk and creates their starting points. -
Uses of DynamicRegistryManager in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type DynamicRegistryManager Modifier and Type Method Description voidBuriedTreasureFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView)voidDesertPyramidFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidEndCityFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidIglooFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidJigsawFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)voidJungleTempleFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidMineshaftFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)voidNetherFortressFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidNetherFossilFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidOceanMonumentFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidOceanRuinFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, OceanRuinFeatureConfig oceanRuinFeatureConfig, HeightLimitView heightLimitView)voidRuinedPortalFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, RuinedPortalFeatureConfig ruinedPortalFeatureConfig, HeightLimitView heightLimitView)voidShipwreckFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ShipwreckFeatureConfig shipwreckFeatureConfig, HeightLimitView heightLimitView)voidStrongholdFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidSwampHutFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)voidWoodlandMansionFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)StructureStart<?>ConfiguredStructureFeature. tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, Biome biome, int referenceCount, StructureConfig structureConfig, HeightLimitView heightLimitView)StructureStart<?>StructureFeature. tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, Biome biome, int referenceCount, ChunkRandom random, StructureConfig structureConfig, C config, HeightLimitView world)Tries to place a starting point for this type of structure in the given chunk. -
Uses of DynamicRegistryManager in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type DynamicRegistryManager Modifier and Type Method Description NbtCompoundLevelProperties. cloneWorldNbt(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt)private voidLevelProperties. updateProperties(DynamicRegistryManager registryManager, NbtCompound levelTag, @Nullable NbtCompound playerTag) -
Uses of DynamicRegistryManager in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type DynamicRegistryManager Modifier and Type Method Description voidLevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties)voidLevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties, @Nullable NbtCompound nbtCompound)