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 DynamicRegistryManager
ClientPlayNetworkHandler. registryManager
Methods in net.minecraft.client.network that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManager
ClientCommandSource. getRegistryManager()
DynamicRegistryManager
ClientPlayNetworkHandler. getRegistryManager()
-
Uses of DynamicRegistryManager in net.minecraft.client.world
Methods in net.minecraft.client.world that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManager
ClientWorld. getRegistryManager()
Methods in net.minecraft.client.world with parameters of type DynamicRegistryManager Modifier and Type Method Description private static GeneratorOptions
GeneratorType. createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)
private static Biome
GeneratorType. 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 DynamicRegistryManager
CommandSource. 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 DynamicRegistryManager
GameJoinS2CPacket. 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 DynamicRegistryManager
MinecraftServer. getRegistryManager()
-
Uses of DynamicRegistryManager in net.minecraft.server.command
Methods in net.minecraft.server.command that return DynamicRegistryManager Modifier and Type Method Description DynamicRegistryManager
ServerCommandSource. 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 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)
static ServerPropertiesHandler
ServerPropertiesHandler. load(DynamicRegistryManager registryManager, Path path)
T
AbstractPropertiesHandler.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 DynamicRegistryManager
ServerWorld. getRegistryManager()
-
Uses of DynamicRegistryManager in net.minecraft.structure
Methods in net.minecraft.structure with parameters of type DynamicRegistryManager Modifier and Type Method Description abstract void
StructureStart. 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 void
StructurePoolBasedGenerator. method_27230(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView)
static void
StructurePoolBasedGenerator. 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 DynamicRegistryManager
TagManagerLoader. registryManager
Methods in net.minecraft.tag with parameters of type DynamicRegistryManager Modifier and Type Method Description static TagManager
TagManager. fromPacket(DynamicRegistryManager registryManager, Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized> groups)
Map<RegistryKey<? extends Registry<?>>,TagGroup.Serialized>
TagManager. toPacket(DynamicRegistryManager registryManager)
private static <T> void
TagManager. 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 DynamicRegistryManager
RegistryReadingOps. manager
private DynamicRegistryManager
RegistryOps. registryManager
Methods 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 class
DynamicRegistryManager.Impl
An 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> void
DynamicRegistryManager. load(RegistryOps<?> ops, DynamicRegistryManager dynamicRegistryManager, DynamicRegistryManager.Info<E> info)
Loads elements from theops
into the registry specified byinfo
within themanager
.static void
DynamicRegistryManager. 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 DynamicRegistryManager
ChunkRegion. getRegistryManager()
DynamicRegistryManager
RegistryWorldView. getRegistryManager()
Methods in net.minecraft.world with parameters of type DynamicRegistryManager Modifier and Type Method Description NbtCompound
SaveProperties. 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 GeneratorOptions
GeneratorOptions. createDemo(DynamicRegistryManager registryManager)
static GeneratorOptions
GeneratorOptions. 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 void
ChunkGenerator. setStructureStart(ConfiguredStructureFeature<?,?> configuredStructureFeature, DynamicRegistryManager dynamicRegistryManager, StructureAccessor structureAccessor, Chunk chunk, StructureManager structureManager, long worldSeed, Biome biome)
void
ChunkGenerator. 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 void
BuriedTreasureFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ProbabilityConfig probabilityConfig, HeightLimitView heightLimitView)
void
DesertPyramidFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
EndCityFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
IglooFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
JigsawFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, StructurePoolFeatureConfig structurePoolFeatureConfig, HeightLimitView heightLimitView)
void
JungleTempleFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
MineshaftFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, MineshaftFeatureConfig mineshaftFeatureConfig, HeightLimitView heightLimitView)
void
NetherFortressFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
NetherFossilFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
OceanMonumentFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
OceanRuinFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, OceanRuinFeatureConfig oceanRuinFeatureConfig, HeightLimitView heightLimitView)
void
RuinedPortalFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, RuinedPortalFeatureConfig ruinedPortalFeatureConfig, HeightLimitView heightLimitView)
void
ShipwreckFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, ShipwreckFeatureConfig shipwreckFeatureConfig, HeightLimitView heightLimitView)
void
StrongholdFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
SwampHutFeature.Start. init(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, StructureManager structureManager, ChunkPos chunkPos, Biome biome, DefaultFeatureConfig defaultFeatureConfig, HeightLimitView heightLimitView)
void
WoodlandMansionFeature.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 NbtCompound
LevelProperties. cloneWorldNbt(DynamicRegistryManager registryManager, @Nullable NbtCompound playerNbt)
private void
LevelProperties. 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 void
LevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties)
void
LevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties, @Nullable NbtCompound nbtCompound)