Uses of Interface
net.minecraft.util.registry.RegistryEntry
Packages that use RegistryEntry
Package
Description
-
Uses of RegistryEntry in net.minecraft.block
Fields in net.minecraft.block with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final Supplier<RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,?>>> FungusBlock.featureprivate final Supplier<RegistryEntry<? extends ConfiguredFeature<?,?>>> MushroomPlantBlock.featureConstructor parameters in net.minecraft.block with type arguments of type RegistryEntryModifierConstructorDescriptionprotectedFungusBlock(AbstractBlock.Settings settings, Supplier<RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig, ?>>> feature) MushroomPlantBlock(AbstractBlock.Settings settings, Supplier<RegistryEntry<? extends ConfiguredFeature<?, ?>>> feature) -
Uses of RegistryEntry in net.minecraft.block.sapling
Methods in net.minecraft.block.sapling that return RegistryEntryModifier and TypeMethodDescriptionprotected @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> DarkOakSaplingGenerator.getLargeTreeFeature(Random random) protected RegistryEntry<? extends ConfiguredFeature<?,?>> JungleSaplingGenerator.getLargeTreeFeature(Random random) protected abstract @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> LargeTreeSaplingGenerator.getLargeTreeFeature(Random random) protected RegistryEntry<? extends ConfiguredFeature<?,?>> SpruceSaplingGenerator.getLargeTreeFeature(Random random) protected RegistryEntry<? extends ConfiguredFeature<?,?>> AcaciaSaplingGenerator.getTreeFeature(Random random, boolean bees) protected @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> AzaleaSaplingGenerator.getTreeFeature(Random random, boolean bees) protected RegistryEntry<? extends ConfiguredFeature<?,?>> BirchSaplingGenerator.getTreeFeature(Random random, boolean bees) protected @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> DarkOakSaplingGenerator.getTreeFeature(Random random, boolean bees) protected RegistryEntry<? extends ConfiguredFeature<?,?>> JungleSaplingGenerator.getTreeFeature(Random random, boolean bees) protected RegistryEntry<? extends ConfiguredFeature<?,?>> OakSaplingGenerator.getTreeFeature(Random random, boolean bees) protected abstract @Nullable RegistryEntry<? extends ConfiguredFeature<?,?>> SaplingGenerator.getTreeFeature(Random random, boolean bees) protected RegistryEntry<? extends ConfiguredFeature<?,?>> SpruceSaplingGenerator.getTreeFeature(Random random, boolean bees) -
Uses of RegistryEntry in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type RegistryEntryModifier and TypeMethodDescriptionprivate static StringDebugHud.getBiomeString(RegistryEntry<Biome> biome) -
Uses of RegistryEntry in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as RegistryEntryModifier and TypeFieldDescription(package private) RegistryEntry<Biome>CustomizeBuffetLevelScreen.biomeFields in net.minecraft.client.gui.screen with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final Consumer<RegistryEntry<Biome>>CustomizeBuffetLevelScreen.onDoneConstructors in net.minecraft.client.gui.screen with parameters of type RegistryEntryModifierConstructorDescriptionCustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type RegistryEntryModifierConstructorDescriptionCustomizeBuffetLevelScreen(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.client.world
Methods in net.minecraft.client.world that return RegistryEntryModifier and TypeMethodDescriptionClientWorld.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) private static RegistryEntry<Biome>GeneratorType.method_40214(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions) Methods in net.minecraft.client.world with parameters of type RegistryEntryModifier and TypeMethodDescriptionprivate static GeneratorOptionsGeneratorType.createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, RegistryEntry<Biome> registryEntry) Constructors in net.minecraft.client.world with parameters of type RegistryEntryModifierConstructorDescriptionClientWorld(ClientPlayNetworkHandler netHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> registryEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) -
Uses of RegistryEntry in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return RegistryEntryModifier and TypeMethodDescriptionstatic RegistryEntry<ConfiguredFeature<?,?>> RegistryKeyArgumentType.getConfiguredFeatureEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) Methods in net.minecraft.command.argument with parameters of type RegistryEntryModifier and TypeMethodDescriptionbooleanRegistryPredicateArgumentType.RegistryKeyBased.test(RegistryEntry<T> registryEntry) booleanRegistryPredicateArgumentType.TagBased.test(RegistryEntry<T> registryEntry) -
Uses of RegistryEntry in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic FoxEntity.TypeFoxEntity.Type.fromBiome(RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.fluid
Methods in net.minecraft.fluid that return RegistryEntry -
Uses of RegistryEntry in net.minecraft.item
Constructors in net.minecraft.item with parameters of type RegistryEntry -
Uses of RegistryEntry in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType>GameJoinS2CPacket.dimensionTypeThe field for thedimensionTyperecord component.private final RegistryEntry<DimensionType>PlayerRespawnS2CPacket.dimensionTypeMethods in net.minecraft.network.packet.s2c.play that return RegistryEntryModifier and TypeMethodDescriptionGameJoinS2CPacket.dimensionType()Returns the value of thedimensionTyperecord component.PlayerRespawnS2CPacket.getDimensionType()Constructors in net.minecraft.network.packet.s2c.play with parameters of type RegistryEntryModifierConstructorDescriptionGameJoinS2CPacket(int playerEntityId, boolean bool, GameMode previousGameMode, @Nullable GameMode gameMode, Set<RegistryKey<World>> set, DynamicRegistryManager.Immutable immutable, RegistryEntry<DimensionType> registryEntry, RegistryKey<World> registryKey, long long2, int maxPlayers, int chunkLoadDistance, int int2, boolean bool2, boolean bool3, boolean bool4, boolean bool5) PlayerRespawnS2CPacket(RegistryEntry<DimensionType> registryEntry, RegistryKey<World> dimension, long sha256Seed, GameMode gameMode, @Nullable GameMode previousGameMode, boolean debugWorld, boolean flatWorld, boolean keepPlayerAttributes) -
Uses of RegistryEntry in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic intPlaceFeatureCommand.execute(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) Method parameters in net.minecraft.server.command with type arguments of type RegistryEntryModifier and TypeMethodDescriptionstatic intLocateCommand.sendCoordinates(ServerCommandSource source, RegistryPredicateArgumentType.RegistryPredicate<?> structureFeature, BlockPos currentPos, com.mojang.datafixers.util.Pair<BlockPos, ? extends RegistryEntry<?>> structurePosAndEntry, String successMessage) -
Uses of RegistryEntry in net.minecraft.server.world
Methods in net.minecraft.server.world that return RegistryEntryModifier and TypeMethodDescriptionServerWorld.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.server.world that return types with arguments of type RegistryEntryModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> ServerWorld.locateBiome(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) Method parameters in net.minecraft.server.world with type arguments of type RegistryEntryModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> ServerWorld.locateBiome(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) Constructors in net.minecraft.server.world with parameters of type RegistryEntryModifierConstructorDescriptionServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, ChunkGenerator chunkGenerator, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) -
Uses of RegistryEntry in net.minecraft.structure
Fields in net.minecraft.structure declared as RegistryEntryModifier and TypeFieldDescriptionstatic final RegistryEntry<StructureSet>StructureSets.BURIED_TREASURESstatic final RegistryEntry<StructureSet>StructureSets.DESERT_PYRAMIDSstatic final RegistryEntry<StructureSet>StructureSets.END_CITIESstatic final RegistryEntry<StructureSet>StructureSets.IGLOOSstatic final RegistryEntry<StructureSet>StructureSets.JUNGLE_TEMPLESstatic final RegistryEntry<StructureSet>StructureSets.MINESHAFTSstatic final RegistryEntry<StructureSet>StructureSets.NETHER_COMPLEXESstatic final RegistryEntry<StructureSet>StructureSets.NETHER_FOSSILSstatic final RegistryEntry<StructureSet>StructureSets.OCEAN_MONUMENTSstatic final RegistryEntry<StructureSet>StructureSets.OCEAN_RUINSstatic final RegistryEntry<StructureSet>StructureSets.PILLAGER_OUTPOSTSstatic final RegistryEntry<StructureSet>StructureSets.RUINED_PORTALSstatic final RegistryEntry<StructureSet>StructureSets.SHIPWRECKSstatic final RegistryEntry<StructureSet>StructureSets.STRONGHOLDSprivate final RegistryEntry<ConfiguredStructureFeature<?,?>> StructureSet.WeightedEntry.structureThe field for thestructurerecord component.static final RegistryEntry<StructurePool>BastionRemnantGenerator.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>DesertVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>PillagerOutpostGenerator.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>PlainsVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>SavannaVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>SnowyVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>TaigaVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructureSet>StructureSets.SWAMP_HUTSstatic final RegistryEntry<StructureSet>StructureSets.VILLAGESstatic final RegistryEntry<StructureSet>StructureSets.WOODLAND_MANSIONSFields in net.minecraft.structure with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructureSet>>StructureSet.REGISTRY_CODECprivate final Predicate<RegistryEntry<Biome>>StructureGeneratorFactory.Context.validBiomeThe field for thevalidBiomerecord component.Methods in net.minecraft.structure that return RegistryEntryModifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>StructureSets.initAndGetDefault()static RegistryEntry<StructureSet>StructureSets.register(RegistryKey<StructureSet> key, StructureSet structureSet) static RegistryEntry<StructureSet>StructureSets.register(RegistryKey<StructureSet> key, RegistryEntry<ConfiguredStructureFeature<?, ?>> configuredStructureFigure, StructurePlacement placement) StructureSet.WeightedEntry.structure()Returns the value of thestructurerecord component.Methods in net.minecraft.structure that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionStructureGeneratorFactory.Context.validBiome()Returns the value of thevalidBiomerecord component.Methods in net.minecraft.structure with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic StructureSet.WeightedEntryStructureSet.createEntry(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure) static StructureSet.WeightedEntryStructureSet.createEntry(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, int weight) static RegistryEntry<StructureSet>StructureSets.register(RegistryKey<StructureSet> key, RegistryEntry<ConfiguredStructureFeature<?, ?>> configuredStructureFigure, StructurePlacement placement) Method parameters in net.minecraft.structure with type arguments of type RegistryEntryModifier and TypeMethodDescriptionbooleanStructureSet.WeightedEntry.matches(Predicate<RegistryEntry<Biome>> predicate) Constructors in net.minecraft.structure with parameters of type RegistryEntryModifierConstructorDescriptionStructureSet(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, StructurePlacement placement) WeightedEntry(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, int int2) Constructor parameters in net.minecraft.structure with type arguments of type RegistryEntryModifierConstructorDescriptionContext(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureManager structureManager, DynamicRegistryManager dynamicRegistryManager) -
Uses of RegistryEntry in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<PlacedFeature>FeaturePoolElement.featureprivate static final RegistryEntry<StructurePool>StructurePools.INVALIDprotected final RegistryEntry<StructureProcessorList>SinglePoolElement.processorsFields in net.minecraft.structure.pool with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructurePool>>StructurePool.REGISTRY_CODECMethods in net.minecraft.structure.pool that return RegistryEntryModifier and TypeMethodDescriptionstatic RegistryEntry<StructurePool>StructurePools.initDefaultPools()static RegistryEntry<StructurePool>StructurePools.register(StructurePool templatePool) Methods in net.minecraft.structure.pool that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,RegistryEntry<StructureProcessorList>> SinglePoolElement.method_28880()Methods in net.minecraft.structure.pool with parameters of type RegistryEntryModifier and TypeMethodDescriptionStructurePoolElement.ofFeature(RegistryEntry<PlacedFeature> registryEntry) StructurePoolElement.ofProcessedLegacySingle(String id, RegistryEntry<StructureProcessorList> registryEntry) StructurePoolElement.ofProcessedSingle(String id, RegistryEntry<StructureProcessorList> registryEntry) Constructors in net.minecraft.structure.pool with parameters of type RegistryEntryModifierConstructorDescriptionprotectedFeaturePoolElement(RegistryEntry<PlacedFeature> feature, StructurePool.Projection projection) protectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) -
Uses of RegistryEntry in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as RegistryEntryModifier and TypeFieldDescriptionstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.BASTION_GENERIC_DEGRADATIONstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.BOTTOM_RAMPARTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.BRIDGEstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.EMPTYstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ENTRANCE_REPLACEMENTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FARM_DESERTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FARM_PLAINSstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FARM_SAVANNAstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FARM_SNOWYstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FARM_TAIGAstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FOSSIL_COALstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FOSSIL_DIAMONDSstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.FOSSIL_ROTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.HIGH_RAMPARTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.HIGH_WALLstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.HOUSINGstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.MOSSIFY_10_PERCENTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.MOSSIFY_20_PERCENTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.MOSSIFY_70_PERCENTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.OUTPOST_ROTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.RAMPART_DEGRADATIONstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ROOFstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.SIDE_WALL_DEGRADATIONstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.STABLE_DEGRADATIONstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.STREET_PLAINSstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.STREET_SAVANNAstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.STREET_SNOWY_OR_TAIGAstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.TREASURE_ROOMSstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ZOMBIE_DESERTstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ZOMBIE_PLAINSstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ZOMBIE_SAVANNAstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ZOMBIE_SNOWYstatic final RegistryEntry<StructureProcessorList>StructureProcessorLists.ZOMBIE_TAIGAFields in net.minecraft.structure.processor with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructureProcessorList>>StructureProcessorType.REGISTRY_CODECMethods in net.minecraft.structure.processor that return RegistryEntryModifier and TypeMethodDescriptionprivate static RegistryEntry<StructureProcessorList>StructureProcessorLists.register(String id, ImmutableList<StructureProcessor> processorList) -
Uses of RegistryEntry in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final Map<Identifier,Tag<RegistryEntry<T>>> TagManagerLoader.RegistryTags.tagsThe field for thetagsrecord component.Methods in net.minecraft.tag that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionTagManagerLoader.RegistryTags.tags()Returns the value of thetagsrecord component.Method parameters in net.minecraft.tag with type arguments of type RegistryEntryModifier and TypeMethodDescriptionvoidConstructor parameters in net.minecraft.tag with type arguments of type RegistryEntryModifierConstructorDescriptionRegistryTags(RegistryKey<? extends Registry<T>> registryKey, Map<Identifier, Tag<RegistryEntry<T>>> map) -
Uses of RegistryEntry in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic with type parameters of type RegistryEntryModifier and TypeFieldDescription(package private) final Map<RegistryKey<E>,com.mojang.serialization.DataResult<RegistryEntry<E>>> RegistryLoader.ValueHolder.valuesMethods in net.minecraft.util.dynamic that return types with arguments of type RegistryEntryModifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<RegistryEntry<E>,T>> RegistryElementCodec.decode(com.mojang.serialization.DynamicOps<T> ops, T input) (package private) <E> com.mojang.serialization.DataResult<RegistryEntry<E>>RegistryLoader.load(MutableRegistry<E> registry, RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> codec, RegistryKey<E> entryKey, com.mojang.serialization.DynamicOps<JsonElement> ops) <E> com.mojang.serialization.DataResult<RegistryEntry<E>>RegistryLoader.LoaderAccess.load(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<E> codec, RegistryKey<E> entryKey, com.mojang.serialization.DynamicOps<JsonElement> ops) Methods in net.minecraft.util.dynamic with parameters of type RegistryEntryModifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<T>RegistryElementCodec.encode(RegistryEntry<E> registryEntry, com.mojang.serialization.DynamicOps<T> dynamicOps, T t) -
Uses of RegistryEntry in net.minecraft.util.math.noise
Fields in net.minecraft.util.math.noise with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>>DoublePerlinNoiseSampler.NoiseParameters.CODEC -
Uses of RegistryEntry in net.minecraft.util.registry
Classes in net.minecraft.util.registry that implement RegistryEntryModifier and TypeClassDescriptionstatic final recordstatic classFields in net.minecraft.util.registry declared as RegistryEntryFields in net.minecraft.util.registry with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate static final Map<Identifier,Supplier<? extends RegistryEntry<?>>> BuiltinRegistries.DEFAULT_VALUE_SUPPLIERSprivate final com.mojang.serialization.Codec<List<RegistryEntry<E>>>RegistryEntryListCodec.directEntryListCodecprivate final List<RegistryEntry<T>>RegistryEntryList.Direct.entriesprivate List<RegistryEntry<T>>RegistryEntryList.Named.entriesprivate final com.mojang.serialization.Codec<RegistryEntry<E>>RegistryEntryListCodec.entryCodecprivate final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<TagKey<E>,List<RegistryEntry<E>>>> RegistryEntryListCodec.entryListStorageCodecprivate Set<RegistryEntry<T>>RegistryEntryList.Direct.entrySetMethods in net.minecraft.util.registry that return RegistryEntryModifier and TypeMethodDescriptionstatic <T> RegistryEntry<T>static <T> RegistryEntry<T>BuiltinRegistries.add(Registry<T> registry, Identifier id, T object) static <T> RegistryEntry<T>BuiltinRegistries.add(Registry<T> registry, RegistryKey<T> key, T object) abstract RegistryEntry<T>MutableRegistry.add(RegistryKey<T> key, T entry, com.mojang.serialization.Lifecycle lifecycle) SimpleRegistry.add(RegistryKey<T> key, T entry, com.mojang.serialization.Lifecycle lifecycle) Registry.entryOf(RegistryKey<T> key) RegistryEntryList.get(int index) RegistryEntryList.ListBacked.get(int index) abstract RegistryEntry<T>Registry.getOrCreateEntry(RegistryKey<T> key) SimpleRegistry.getOrCreateEntry(RegistryKey<T> key) static <V extends T,T>
RegistryEntry<V>BuiltinRegistries.method_40360(Registry<T> registry, String id, V value) static <T> RegistryEntry<T>RegistryEntry.of(T value) abstract RegistryEntry<T>MutableRegistry.replace(OptionalInt rawId, RegistryKey<T> key, T newEntry, com.mojang.serialization.Lifecycle lifecycle) If the given key is already present in the registry, replaces the entry associated with the given key with the new entry.SimpleRegistry.replace(OptionalInt rawId, RegistryKey<T> key, T newEntry, com.mojang.serialization.Lifecycle lifecycle) If the given key is already present in the registry, replaces the entry associated with the given key with the new entry.DefaultedRegistry.set(int rawId, RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) abstract RegistryEntry<T>MutableRegistry.set(int rawId, RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) SimpleRegistry.set(int rawId, RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) private RegistryEntry<T>SimpleRegistry.set(int rawId, RegistryKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle, boolean checkDuplicateKeys) static <T> RegistryEntry<T>RegistryEntry.upcast(RegistryEntry<? extends T> entry) Methods in net.minecraft.util.registry that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionprivate static <E> com.mojang.serialization.Codec<List<RegistryEntry<E>>>RegistryEntryListCodec.createDirectEntryListCodec(com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) com.mojang.serialization.Codec<RegistryEntry<T>>Registry.createEntryCodec()<T> com.mojang.serialization.DataResult<com.mojang.datafixers.util.Pair<RegistryEntry<E>,T>> RegistryFixedCodec.decode(com.mojang.serialization.DynamicOps<T> ops, T input) protected List<RegistryEntry<T>>RegistryEntryList.Direct.getEntries()protected abstract List<RegistryEntry<T>>RegistryEntryList.ListBacked.getEntries()protected List<RegistryEntry<T>>RegistryEntryList.Named.getEntries()abstract Optional<RegistryEntry<T>>Registry.getEntry(int rawId) abstract Optional<RegistryEntry<T>>Registry.getEntry(RegistryKey<T> key) SimpleRegistry.getEntry(int rawId) SimpleRegistry.getEntry(RegistryKey<T> key) Registry.getIndexedEntries()abstract Optional<RegistryEntry<T>>com.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.Direct.getStorage()com.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.getStorage()com.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.Named.getStorage()Registry.iterateEntries(TagKey<T> tag) RegistryEntryList.ListBacked.iterator()RegistryEntryList.ListBacked.spliterator()RegistryEntryList.ListBacked.stream()RegistryEntryList.stream()Methods in net.minecraft.util.registry with parameters of type RegistryEntryModifier and TypeMethodDescriptionbooleanRegistryEntryList.contains(RegistryEntry<T> entry) booleanRegistryEntryList.Direct.contains(RegistryEntry<T> entry) booleanRegistryEntryList.Named.contains(RegistryEntry<T> entry) <T> com.mojang.serialization.DataResult<T>RegistryFixedCodec.encode(RegistryEntry<E> registryEntry, com.mojang.serialization.DynamicOps<T> dynamicOps, T t) static <T> RegistryEntryList.Direct<T>RegistryEntryList.of(RegistryEntry<T>[] entries) static <T> RegistryEntry<T>RegistryEntry.upcast(RegistryEntry<? extends T> entry) Method parameters in net.minecraft.util.registry with type arguments of type RegistryEntryModifier and TypeMethodDescriptionprivate static <T> Registry<T>BuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, com.mojang.serialization.Lifecycle lifecycle, Supplier<? extends RegistryEntry<? extends T>> defaultValueSupplier) private static <T> Registry<T>BuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, Supplier<? extends RegistryEntry<? extends T>> defaultValueSupplier) private static <T,R extends MutableRegistry<T>>
RBuiltinRegistries.addRegistry(RegistryKey<? extends Registry<T>> registryRef, R registry, Supplier<? extends RegistryEntry<? extends T>> defaultValueSupplier, com.mojang.serialization.Lifecycle lifecycle) (package private) voidRegistryEntryList.Named.copyOf(List<RegistryEntry<T>> entries) static <E> com.mojang.serialization.Codec<RegistryEntryList<E>>RegistryEntryListCodec.create(RegistryKey<? extends Registry<E>> registryRef, com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) private static <E> com.mojang.serialization.Codec<List<RegistryEntry<E>>>RegistryEntryListCodec.createDirectEntryListCodec(com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) static <E,T> RegistryEntryList.Direct<T> RegistryEntryList.of(Function<E, RegistryEntry<T>> mapper, E[] values) static <E,T> RegistryEntryList.Direct<T> RegistryEntryList.of(Function<E, RegistryEntry<T>> mapper, List<E> values) static <T> RegistryEntryList.Direct<T>RegistryEntryList.of(List<? extends RegistryEntry<T>> entries) abstract voidRegistry.populateTags(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) voidSimpleRegistry.populateTags(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) Constructor parameters in net.minecraft.util.registry with type arguments of type RegistryEntryModifierConstructorDescription(package private)Direct(List<RegistryEntry<T>> entries) privateRegistryEntryListCodec(RegistryKey<? extends Registry<E>> registry, com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) -
Uses of RegistryEntry in net.minecraft.village
Methods in net.minecraft.village with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic VillagerTypeVillagerType.forBiome(RegistryEntry<Biome> biomeEntry) -
Uses of RegistryEntry in net.minecraft.village.raid
Methods in net.minecraft.village.raid with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic StringRaidManager.nameFor(RegistryEntry<DimensionType> dimensionTypeEntry) -
Uses of RegistryEntry in net.minecraft.world
Fields in net.minecraft.world declared as RegistryEntryMethods in net.minecraft.world that return RegistryEntryModifier and TypeMethodDescriptiondefault RegistryEntry<Biome>default RegistryEntry<Biome>WorldView.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) ChunkRegion.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) WorldView.getGeneratorStoredBiome(int biomeX, int biomeY, int biomeZ) World.method_40134()Methods in net.minecraft.world that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<RegistryEntry<Biome>>>ChunkSerializer.createCodec(Registry<Biome> biomeRegistry) Methods in net.minecraft.world with parameters of type RegistryEntryModifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>SpawnHelper.getSpawnEntries(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable RegistryEntry<Biome> biomeEntry) static voidSpawnHelper.populateEntities(ServerWorldAccess world, RegistryEntry<Biome> registryEntry, ChunkPos chunkPos, Random random) Constructors in net.minecraft.world with parameters of type RegistryEntryModifierConstructorDescriptionprotectedWorld(MutableWorldProperties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> registryEntry, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed) -
Uses of RegistryEntry in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.Builder.carversprivate final List<List<RegistryEntry<PlacedFeature>>>GenerationSettings.Builder.featuresstatic final com.mojang.serialization.Codec<RegistryEntry<Biome>>Biome.REGISTRY_CODECMethods in net.minecraft.world.biome that return RegistryEntryMethods in net.minecraft.world.biome that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionGenerationSettings.getCarversForStep(GenerationStep.Carver carverStep) Methods in net.minecraft.world.biome with parameters of type RegistryEntryModifier and TypeMethodDescriptionGenerationSettings.Builder.carver(GenerationStep.Carver carverStep, RegistryEntry<? extends ConfiguredCarver<?>> carver) GenerationSettings.Builder.feature(int stepIndex, RegistryEntry<PlacedFeature> featureEntry) GenerationSettings.Builder.feature(GenerationStep.Feature featureStep, RegistryEntry<PlacedFeature> feature) static Biome.CategoryBiome.getCategory(RegistryEntry<Biome> biomeEntry) Deprecated. -
Uses of RegistryEntry in net.minecraft.world.biome.source
Fields in net.minecraft.world.biome.source declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<Biome>TheEndBiomeSource.barrensBiomeprivate final RegistryEntry<Biome>FixedBiomeSource.biomeprivate final RegistryEntry<Biome>TheEndBiomeSource.centerBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.highlandsBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.midlandsBiomeprivate final RegistryEntry<Biome>TheEndBiomeSource.smallIslandsBiomeFields in net.minecraft.world.biome.source with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final MultiNoiseUtil.Entries<RegistryEntry<Biome>>MultiNoiseBiomeSource.biomeEntriesprivate final Set<RegistryEntry<Biome>>BiomeSource.biomesprivate final Function<Registry<Biome>,MultiNoiseUtil.Entries<RegistryEntry<Biome>>> MultiNoiseBiomeSource.Preset.biomeSourceFunctionMethods in net.minecraft.world.biome.source that return RegistryEntryModifier and TypeMethodDescriptionabstract RegistryEntry<Biome>BiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) BiomeSupplier.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) CheckerboardBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) FixedBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) MultiNoiseBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) TheEndBiomeSource.getBiome(int x, int y, int z, MultiNoiseUtil.MultiNoiseSampler noise) MultiNoiseBiomeSource.getBiomeAtPoint(MultiNoiseUtil.NoiseValuePoint point) BiomeAccess.getBiomeForNoiseGen(double x, double y, double z) BiomeAccess.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) BiomeAccess.getBiomeForNoiseGen(BlockPos pos) BiomeAccess.Storage.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) FixedBiomeSource.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) Methods in net.minecraft.world.biome.source that return types with arguments of type RegistryEntryModifier and TypeMethodDescriptionBiomeSource.getBiomes()BiomeSource.getBiomesInArea(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) FixedBiomeSource.getBiomesInArea(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, Predicate<RegistryEntry<Biome>> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> FixedBiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) Method parameters in net.minecraft.world.biome.source with type arguments of type RegistryEntryModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> BiomeSource.locateBiome(int x, int y, int z, int radius, Predicate<RegistryEntry<Biome>> predicate, Random random, MultiNoiseUtil.MultiNoiseSampler noiseSampler) @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<Biome>> FixedBiomeSource.locateBiome(int x, int y, int z, int radius, int blockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, Random random, boolean bool, MultiNoiseUtil.MultiNoiseSampler noiseSampler) private List<BiomeSource.IndexedFeatures>BiomeSource.method_39525(List<RegistryEntry<Biome>> biomes, boolean bool) Constructors in net.minecraft.world.biome.source with parameters of type RegistryEntryModifierConstructorDescriptionFixedBiomeSource(RegistryEntry<Biome> registryEntry) privateTheEndBiomeSource(long long2, RegistryEntry<Biome> registryEntry, RegistryEntry<Biome> registryEntry2, RegistryEntry<Biome> registryEntry3, RegistryEntry<Biome> registryEntry4, RegistryEntry<Biome> registryEntry5) Constructor parameters in net.minecraft.world.biome.source with type arguments of type RegistryEntryModifierConstructorDescriptionprotectedBiomeSource(List<RegistryEntry<Biome>> biomes) protectedBiomeSource(Stream<RegistryEntry<Biome>> biomeStream) private(package private)MultiNoiseBiomeSource(MultiNoiseUtil.Entries<RegistryEntry<Biome>> biomeEntries, Optional<MultiNoiseBiomeSource.Instance> instance) Preset(Identifier id, Function<Registry<Biome>, MultiNoiseUtil.Entries<RegistryEntry<Biome>>> biomeSourceFunction) -
Uses of RegistryEntry in net.minecraft.world.biome.source.util
Fields in net.minecraft.world.biome.source.util declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>VanillaTerrainParameters.class_7074.functionThe field for thefunctionrecord component.Methods in net.minecraft.world.biome.source.util that return RegistryEntryModifier and TypeMethodDescriptionVanillaTerrainParameters.class_7074.function()Returns the value of thefunctionrecord component.Constructors in net.minecraft.world.biome.source.util with parameters of type RegistryEntry -
Uses of RegistryEntry in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as RegistryEntryModifier and TypeFieldDescriptionprivate @Nullable RegistryEntry<Biome>Chunk.biomeDeprecated.private final RegistryEntry<Biome>EmptyChunk.field_36407Fields in net.minecraft.world.chunk with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final PalettedContainer<RegistryEntry<Biome>>ChunkSection.biomeContainerprivate final Supplier<RegistryEntry<Biome>>ChunkCache.field_36403Methods in net.minecraft.world.chunk that return RegistryEntryModifier and TypeMethodDescriptionChunkSection.getBiome(int x, int y, int z) Chunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) EmptyChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) ProtoChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) ReadOnlyChunk.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) Chunk.setBiomeIfAbsent(Supplier<RegistryEntry<Biome>> biomeSupplier) Deprecated.Methods in net.minecraft.world.chunk that return types with arguments of type RegistryEntryMethod parameters in net.minecraft.world.chunk with type arguments of type RegistryEntryModifier and TypeMethodDescriptionChunk.setBiomeIfAbsent(Supplier<RegistryEntry<Biome>> biomeSupplier) Deprecated.Constructors in net.minecraft.world.chunk with parameters of type RegistryEntryModifierConstructorDescriptionEmptyChunk(World world, ChunkPos chunkPos, RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType>DimensionOptions.dimensionTypeSupplierFields in net.minecraft.world.dimension with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DimensionType>>DimensionType.REGISTRY_CODECMethods in net.minecraft.world.dimension that return RegistryEntryConstructors in net.minecraft.world.dimension with parameters of type RegistryEntryModifierConstructorDescriptionDimensionOptions(RegistryEntry<DimensionType> registryEntry, ChunkGenerator chunkGenerator) -
Uses of RegistryEntry in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic Registry<DimensionOptions>GeneratorOptions.getRegistryWithReplacedOverworld(Registry<DimensionOptions> options, RegistryEntry<DimensionType> dimensionType, ChunkGenerator overworldGenerator) -
Uses of RegistryEntry in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as RegistryEntryModifier and TypeFieldDescriptionstatic final RegistryEntry<ConfiguredCarver<RavineCarverConfig>>ConfiguredCarvers.CANYONstatic final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>ConfiguredCarvers.CAVEstatic final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>ConfiguredCarvers.CAVE_EXTRA_UNDERGROUNDstatic final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>ConfiguredCarvers.NETHER_CAVEFields in net.minecraft.world.gen.carver with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredCarver<?>>>ConfiguredCarver.REGISTRY_CODECMethods in net.minecraft.world.gen.carver that return RegistryEntryModifier and TypeMethodDescriptionprivate static <WC extends CarverConfig>
RegistryEntry<ConfiguredCarver<WC>>ConfiguredCarvers.register(String id, ConfiguredCarver<WC> configuredCarver) Method parameters in net.minecraft.world.gen.carver with type arguments of type RegistryEntryModifier and TypeMethodDescriptionCarverContext.applyMaterialRule(Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, BlockPos pos, boolean hasFluid) Deprecated.abstract booleanCarver.carve(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) booleanCaveCarver.carve(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) booleanConfiguredCarver.carve(CarverContext context, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) booleanRavineCarver.carve(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) protected booleanCarver.carveAtPoint(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, CarvingMask mask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected booleanNetherCaveCarver.carveAtPoint(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, CarvingMask carvingMask, BlockPos.Mutable mutable, BlockPos.Mutable mutable2, AquiferSampler aquiferSampler, MutableBoolean mutableBoolean) protected voidCaveCarver.carveCave(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, float float2, double double5, CarvingMask mask, Carver.SkipPredicate skipPredicate) private voidRavineCarver.carveRavine(CarverContext context, RavineCarverConfig config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, float width, float yaw, float pitch, int branchStartIndex, int branchCount, double yawPitchRatio, CarvingMask mask) protected booleanCarver.carveRegion(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, AquiferSampler aquiferSampler, double double2, double double3, double double4, double double5, double double6, CarvingMask mask, Carver.SkipPredicate skipPredicate) protected voidCaveCarver.carveTunnels(CarverContext context, CaveCarverConfig config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, long seed, AquiferSampler aquiferSampler, double x, double y, double z, double horizontalScale, double verticalScale, float width, float yaw, float pitch, int branchStartIndex, int branchCount, double yawPitchRatio, CarvingMask mask, Carver.SkipPredicate skipPredicate) -
Uses of RegistryEntry in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as RegistryEntryModifier and TypeFieldDescriptionprivate RegistryEntry<Biome>FlatChunkGeneratorConfig.biomeprotected final RegistryEntry<ChunkGeneratorSettings>NoiseChunkGenerator.settingsFields in net.minecraft.world.gen.chunk with type parameters of type RegistryEntryModifier and TypeFieldDescriptionprivate final List<RegistryEntry<Biome>>BlendingData.field_36345static final com.mojang.serialization.Codec<RegistryEntry<ChunkGeneratorSettings>>ChunkGeneratorSettings.REGISTRY_CODECMethods in net.minecraft.world.gen.chunk that return RegistryEntryModifier and TypeMethodDescriptionprivate @Nullable RegistryEntry<Biome>Blender.blendBiome(int x, int y) FlatChunkGeneratorConfig.createBiome()protected RegistryEntry<Biome>ChunkGenerator.filterBiome(RegistryEntry<Biome> biome) protected RegistryEntry<Biome>FlatChunkGenerator.filterBiome(RegistryEntry<Biome> biome) FlatChunkGeneratorConfig.getBiome()ChunkGenerator.getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) static RegistryEntry<ChunkGeneratorSettings>ChunkGeneratorSettings.getInstance()Methods in net.minecraft.world.gen.chunk that return types with arguments of type RegistryEntryModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.locateStructure(ServerWorld serverWorld, RegistryEntryList<ConfiguredStructureFeature<?, ?>> registryEntryList, BlockPos center, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block.private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.method_40146(Set<RegistryEntry<ConfiguredStructureFeature<?, ?>>> set, WorldView worldView, StructureAccessor structureAccessor, int int2, int int3, int int4, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) ChunkGenerator.method_41039()Methods in net.minecraft.world.gen.chunk with parameters of type RegistryEntryModifier and TypeMethodDescriptionvoidBlendingData.class_6853.consume(int int2, int int3, RegistryEntry<Biome> registryEntry) protected RegistryEntry<Biome>ChunkGenerator.filterBiome(RegistryEntry<Biome> biome) protected RegistryEntry<Biome>FlatChunkGenerator.filterBiome(RegistryEntry<Biome> biome) private CompletableFuture<List<ChunkPos>>ChunkGenerator.generateStrongholdPositions(RegistryEntry<StructureSet> strongholdSet, ConcentricRingsStructurePlacement placement) ChunkGenerator.getEntitySpawnList(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) private List<StructurePlacement>ChunkGenerator.method_41055(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry) voidFlatChunkGeneratorConfig.setBiome(RegistryEntry<Biome> registryEntry) Method parameters in net.minecraft.world.gen.chunk with type arguments of type RegistryEntryModifier and TypeMethodDescriptionNoiseChunkGenerator.applyMaterialRule(CarverContext context, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.method_40146(Set<RegistryEntry<ConfiguredStructureFeature<?, ?>>> set, WorldView worldView, StructureAccessor structureAccessor, int int2, int int3, int int4, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) Constructors in net.minecraft.world.gen.chunk with parameters of type RegistryEntryModifierConstructorDescriptionNoiseChunkGenerator(Registry<StructureSet> noiseRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> structuresRegistry, BiomeSource biomeSource, long seed, RegistryEntry<ChunkGeneratorSettings> settings) privateNoiseChunkGenerator(Registry<StructureSet> noiseRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> structuresRegistry, BiomeSource populationSource, BiomeSource biomeSource, long seed, RegistryEntry<ChunkGeneratorSettings> settings) -
Uses of RegistryEntry in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as RegistryEntryModifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>DensityFunctionTypes.class_7051.functionThe field for thefunctionrecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.Noise.noiseDataThe field for thenoiseDatarecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.Shift.noiseDataThe field for thenoiseDatarecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.ShiftA.noiseDataThe field for thenoiseDatarecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.ShiftB.noiseDataThe field for thenoiseDatarecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.ShiftedNoise.noiseDataThe field for thenoiseDatarecord component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctionTypes.WeirdScaledSampler.noiseDataThe field for thenoiseDatarecord component.Fields in net.minecraft.world.gen.densityfunction with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DensityFunction>>DensityFunction.REGISTRY_ENTRY_CODECMethods in net.minecraft.world.gen.densityfunction that return RegistryEntryModifier and TypeMethodDescriptionDensityFunctionTypes.class_7051.function()Returns the value of thefunctionrecord component.static RegistryEntry<? extends DensityFunction>DensityFunctions.init()private static RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>DensityFunctions.method_41111(RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> registryKey) DensityFunctionTypes.class_6939.noiseData()DensityFunctionTypes.Noise.noiseData()Returns the value of thenoiseDatarecord component.DensityFunctionTypes.Shift.noiseData()DensityFunctionTypes.ShiftA.noiseData()DensityFunctionTypes.ShiftB.noiseData()DensityFunctionTypes.ShiftedNoise.noiseData()Returns the value of thenoiseDatarecord component.DensityFunctionTypes.WeirdScaledSampler.noiseData()Returns the value of thenoiseDatarecord component.Methods in net.minecraft.world.gen.densityfunction with parameters of type RegistryEntryModifier and TypeMethodDescriptionDensityFunctionTypes.ShiftedNoise.create(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData) DensityFunctionTypes.WeirdScaledSampler.create(DensityFunction input, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) static DensityFunctionDensityFunctionTypes.method_40502(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale) private static DoublePerlinNoiseSamplerDensityFunctions.method_41107(RandomDeriver randomDeriver, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) static DensityFunctionDensityFunctionTypes.noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunctionDensityFunctionTypes.noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale) static DensityFunctionDensityFunctionTypes.noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double double2, double double3) static DensityFunctionDensityFunctionTypes.noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale, double double2, double double3) static DensityFunctionDensityFunctionTypes.noise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale, double double2, double double3) static DensityFunctionTypes.NoiseDensityFunctionTypes.Noise.of(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData, double xzScale, double yScale) static DensityFunctionDensityFunctionTypes.shift(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunctionDensityFunctionTypes.shiftA(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunctionDensityFunctionTypes.shiftB(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunctionDensityFunctionTypes.shiftedNoise(DensityFunction densityFunction, DensityFunction densityFunction2, double double2, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunctionDensityFunctionTypes.weirdScaledSampler(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Constructors in net.minecraft.world.gen.densityfunction with parameters of type RegistryEntryModifierConstructorDescriptionprotectedclass_7051(RegistryEntry<DensityFunction> registryEntry) protectedNoise(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler, double double2, double double3) (package private)Shift(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protectedShiftA(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protectedShiftB(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protectedShiftedNoise(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, double double2, double double3, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protectedWeirdScaledSampler(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) -
Uses of RegistryEntry in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RegistryEntryModifier and TypeFieldDescriptionstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.ACACIAstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.ACACIAstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.ACACIA_CHECKEDstatic final RegistryEntry<ConfiguredFeature<GeodeFeatureConfig,?>> UndergroundConfiguredFeatures.AMETHYST_GEODEstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.AMETHYST_GEODEstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.AZALEA_TREEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BAMBOOstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BAMBOO_LIGHTstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> VegetationConfiguredFeatures.BAMBOO_NO_PODZOLstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> VegetationConfiguredFeatures.BAMBOO_SOME_PODZOLstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.BAMBOO_VEGETATIONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BAMBOO_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<ReplaceBlobsFeatureConfig,?>> NetherConfiguredFeatures.BASALT_BLOBSstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.BASALT_BLOBSstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> NetherConfiguredFeatures.BASALT_PILLARstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.BASALT_PILLARstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.BASTION_REMNANTstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.BIRCHstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.BIRCH_BEES_0002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.BIRCH_BEES_0002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.BIRCH_BEES_002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.BIRCH_BEES_002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.BIRCH_BEES_005static final RegistryEntry<PlacedFeature>TreePlacedFeatures.BIRCH_CHECKEDstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.BIRCH_TALLstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BIRCH_TALLstatic final RegistryEntry<ConfiguredFeature<ReplaceBlobsFeatureConfig,?>> NetherConfiguredFeatures.BLACKSTONE_BLOBSstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.BLACKSTONE_BLOBSstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.BLUE_ICEstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.BLUE_ICEstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.BONUS_CHESTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BROWN_MUSHROOM_NETHERstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BROWN_MUSHROOM_NORMALstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BROWN_MUSHROOM_OLD_GROWTHstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BROWN_MUSHROOM_SWAMPstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.BROWN_MUSHROOM_TAIGAstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.BURIED_TREASUREstatic final RegistryEntry<ConfiguredFeature<BlockColumnFeatureConfig,?>> UndergroundConfiguredFeatures.CAVE_VINEstatic final RegistryEntry<ConfiguredFeature<BlockColumnFeatureConfig,?>> UndergroundConfiguredFeatures.CAVE_VINE_IN_MOSSstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.CAVE_VINESstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> EndConfiguredFeatures.CHORUS_PLANTstatic final RegistryEntry<PlacedFeature>EndPlacedFeatures.CHORUS_PLANTstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.CLASSIC_VINES_CAVE_FEATUREstatic final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,?>> UndergroundConfiguredFeatures.CLAY_POOL_WITH_DRIPLEAVESstatic final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,?>> UndergroundConfiguredFeatures.CLAY_WITH_DRIPLEAVESstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.CRIMSON_FOREST_VEGETATIONstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.CRIMSON_FOREST_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.CRIMSON_FOREST_VEGETATION_BONEMEALstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.CRIMSON_FUNGIstatic final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,?>> TreeConfiguredFeatures.CRIMSON_FUNGUSstatic final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,?>> TreeConfiguredFeatures.CRIMSON_FUNGUS_PLANTEDstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.DARK_FOREST_VEGETATIONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.DARK_FOREST_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.DARK_OAKstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.DARK_OAK_CHECKEDfinal RegistryEntry<PlacedFeature>RandomFeatureConfig.defaultFeaturestatic final RegistryEntry<ConfiguredFeature<DeltaFeatureConfig,?>> NetherConfiguredFeatures.DELTAstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.DELTAstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.DESERT_PYRAMIDstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.DESERT_WELLstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.DESERT_WELLstatic final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,?>> MiscConfiguredFeatures.DISK_CLAYstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.DISK_CLAYstatic final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,?>> MiscConfiguredFeatures.DISK_GRAVELstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.DISK_GRAVELstatic final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,?>> MiscConfiguredFeatures.DISK_SANDstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.DISK_SANDstatic final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,?>> UndergroundConfiguredFeatures.DRIPLEAFstatic final RegistryEntry<ConfiguredFeature<DripstoneClusterFeatureConfig,?>> UndergroundConfiguredFeatures.DRIPSTONE_CLUSTERstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.DRIPSTONE_CLUSTERstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.END_CITYstatic final RegistryEntry<ConfiguredFeature<EndGatewayFeatureConfig,?>> EndConfiguredFeatures.END_GATEWAY_DELAYEDstatic final RegistryEntry<ConfiguredFeature<EndGatewayFeatureConfig,?>> EndConfiguredFeatures.END_GATEWAY_RETURNstatic final RegistryEntry<PlacedFeature>EndPlacedFeatures.END_GATEWAY_RETURNstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> EndConfiguredFeatures.END_ISLANDstatic final RegistryEntry<PlacedFeature>EndPlacedFeatures.END_ISLAND_DECORATEDstatic final RegistryEntry<ConfiguredFeature<EndSpikeFeatureConfig,?>> EndConfiguredFeatures.END_SPIKEstatic final RegistryEntry<PlacedFeature>EndPlacedFeatures.END_SPIKEstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.FANCY_OAKstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.FANCY_OAK_BEESstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.FANCY_OAK_BEESstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.FANCY_OAK_BEES_0002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.FANCY_OAK_BEES_0002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.FANCY_OAK_BEES_002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.FANCY_OAK_BEES_002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.FANCY_OAK_BEES_005static final RegistryEntry<PlacedFeature>TreePlacedFeatures.FANCY_OAK_CHECKEDprivate final RegistryEntry<ConfiguredFeature<?,?>> PlacedFeature.featureThe field for thefeaturerecord component.final RegistryEntry<PlacedFeature>RandomFeatureEntry.featureprivate final RegistryEntry<PlacedFeature>RandomPatchFeatureConfig.featureThe field for thefeaturerecord component.final RegistryEntry<PlacedFeature>RootSystemFeatureConfig.featurefinal RegistryEntry<PlacedFeature>RandomBooleanFeatureConfig.featureFalsefinal RegistryEntry<PlacedFeature>RandomBooleanFeatureConfig.featureTruestatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.FLOWER_DEFAULTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_DEFAULTstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.FLOWER_FLOWER_FORESTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_FLOWER_FORESTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_FOREST_FLOWERSstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.FLOWER_MEADOWstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_MEADOWstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.FLOWER_PLAINstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_PLAINstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.FLOWER_PLAINstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.FLOWER_SWAMPstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_SWAMPstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FLOWER_WARMstatic final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,?>> VegetationConfiguredFeatures.FOREST_FLOWERSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.FOREST_FLOWERSstatic final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,?>> MiscConfiguredFeatures.FOREST_ROCKstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.FOREST_ROCKstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.FORTRESSstatic final RegistryEntry<ConfiguredFeature<FossilFeatureConfig,?>> UndergroundConfiguredFeatures.FOSSIL_COALstatic final RegistryEntry<ConfiguredFeature<FossilFeatureConfig,?>> UndergroundConfiguredFeatures.FOSSIL_DIAMONDSstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.FOSSIL_LOWERstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.FOSSIL_UPPERFossilFeatureConfig.fossilProcessorsstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.FREEZE_TOP_LAYERstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.FREEZE_TOP_LAYERstatic final RegistryEntry<ConfiguredFeature<GlowLichenFeatureConfig,?>> UndergroundConfiguredFeatures.GLOW_LICHENstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.GLOW_LICHENstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.GLOWSTONEstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> NetherConfiguredFeatures.GLOWSTONE_EXTRAstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.GLOWSTONE_EXTRAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.GRASS_BONEMEALstatic final RegistryEntry<ConfiguredFeature<HugeMushroomFeatureConfig,?>> TreeConfiguredFeatures.HUGE_BROWN_MUSHROOMstatic final RegistryEntry<ConfiguredFeature<HugeMushroomFeatureConfig,?>> TreeConfiguredFeatures.HUGE_RED_MUSHROOMstatic final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,?>> MiscConfiguredFeatures.ICE_PATCHstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.ICE_PATCHstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.ICE_SPIKEstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.ICE_SPIKEstatic final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,?>> MiscConfiguredFeatures.ICEBERG_BLUEstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.ICEBERG_BLUEstatic final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,?>> MiscConfiguredFeatures.ICEBERG_PACKEDstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.ICEBERG_PACKEDstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.IGLOOstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.JUNGLE_BUSHstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.JUNGLE_BUSHstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.JUNGLE_PYRAMIDstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.JUNGLE_TREEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.JUNGLE_TREEstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.JUNGLE_TREE_NO_VINEstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> OceanConfiguredFeatures.KELPstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.KELP_COLDstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.KELP_WARMstatic final RegistryEntry<ConfiguredFeature<LakeFeature.Config,?>> MiscConfiguredFeatures.LAKE_LAVAstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.LAKE_LAVA_SURFACEstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.LAKE_LAVA_UNDERGROUNDstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.LARGE_BASALT_COLUMNSstatic final RegistryEntry<ConfiguredFeature<LargeDripstoneFeatureConfig,?>> UndergroundConfiguredFeatures.LARGE_DRIPSTONEstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.LARGE_DRIPSTONEstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.LUSH_CAVES_CEILING_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<RandomBooleanFeatureConfig,?>> UndergroundConfiguredFeatures.LUSH_CAVES_CLAYstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.LUSH_CAVES_CLAYstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.LUSH_CAVES_VEGETATIONstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.MANSIONstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.MEADOW_TREESstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.MEGA_JUNGLE_TREEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.MEGA_JUNGLE_TREE_CHECKEDstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.MEGA_PINEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.MEGA_PINE_CHECKEDstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.MEGA_SPRUCEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.MEGA_SPRUCE_CHECKEDstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.MINESHAFTstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.MINESHAFT_MESAstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> UndergroundConfiguredFeatures.MONSTER_ROOMstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.MONSTER_ROOMstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.MONSTER_ROOM_DEEPstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.MONUMENTstatic final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,?>> UndergroundConfiguredFeatures.MOSS_PATCHstatic final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,?>> UndergroundConfiguredFeatures.MOSS_PATCH_BONEMEALstatic final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,?>> UndergroundConfiguredFeatures.MOSS_PATCH_CEILINGstatic final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,?>> UndergroundConfiguredFeatures.MOSS_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<RandomBooleanFeatureConfig,?>> VegetationConfiguredFeatures.MUSHROOM_ISLAND_VEGETATIONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.MUSHROOM_ISLAND_VEGETATIONstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.NETHER_FOSSILstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.NETHER_SPROUTSstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.NETHER_SPROUTSstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.NETHER_SPROUTS_BONEMEALstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.OAKstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.OAKstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.OAK_BEES_0002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.OAK_BEES_0002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.OAK_BEES_002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.OAK_BEES_002static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.OAK_BEES_005static final RegistryEntry<PlacedFeature>TreePlacedFeatures.OAK_CHECKEDstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.OCEAN_RUIN_COLDstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.OCEAN_RUIN_WARMstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_ANCIENT_DEBRIS_LARGEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_ANCIENT_DEBRIS_LARGEstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_ANCIENT_DEBRIS_SMALLstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_ANDESITEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_ANDESITE_LOWERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_ANDESITE_UPPERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_BLACKSTONEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_BLACKSTONEstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_CLAYstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_CLAYstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_COALstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_COAL_BURIEDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_COAL_LOWERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_COAL_UPPERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_COPPERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_COPPER_LARGEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_COPPER_LARGEstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_COPPER_SMALLstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DEBRIS_SMALLstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIAMONDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_DIAMOND_BURIEDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIAMOND_BURIEDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_DIAMOND_LARGEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIAMOND_LARGEstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_DIAMOND_SMALLstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_DIORITEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIORITE_LOWERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIORITE_UPPERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_DIRTstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_DIRTstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_EMERALDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_EMERALDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_GOLDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GOLDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_GOLD_BURIEDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GOLD_DELTASstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GOLD_EXTRAstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GOLD_LOWERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GOLD_NETHERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_GRANITEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GRANITE_LOWERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GRANITE_UPPERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_GRAVELstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GRAVELstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_GRAVEL_NETHERstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_GRAVEL_NETHERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_INFESTEDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_INFESTEDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_IRONstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_IRON_MIDDLEstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_IRON_SMALLstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_IRON_SMALLstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_IRON_UPPERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_LAPISstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_LAPISstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_LAPIS_BURIEDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_LAPIS_BURIEDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_MAGMAstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_MAGMAstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_NETHER_GOLDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_QUARTZstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_QUARTZ_DELTASstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_QUARTZ_NETHERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_REDSTONEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_REDSTONEstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_REDSTONE_LOWERstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_SOUL_SANDstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_SOUL_SANDstatic final RegistryEntry<ConfiguredFeature<OreFeatureConfig,?>> OreConfiguredFeatures.ORE_TUFFstatic final RegistryEntry<PlacedFeature>OrePlacedFeatures.ORE_TUFFFossilFeatureConfig.overlayProcessorsstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_BERRY_BUSHstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PATCH_BERRY_BUSHstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_BERRY_COMMONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_BERRY_RAREstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_BROWN_MUSHROOMstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_CACTUSstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PATCH_CACTUSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_CACTUS_DECORATEDstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_CACTUS_DESERTstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> NetherConfiguredFeatures.PATCH_CRIMSON_ROOTSstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.PATCH_CRIMSON_ROOTSstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_DEAD_BUSHstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_DEAD_BUSHstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_DEAD_BUSH_2static final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_DEAD_BUSH_BADLANDSstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> NetherConfiguredFeatures.PATCH_FIREstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.PATCH_FIREstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_GRASSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_BADLANDSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_FORESTstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_GRASS_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_NORMALstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_PLAINstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_SAVANNAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_TAIGAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_GRASS_TAIGA_2static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_LARGE_FERNstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_LARGE_FERNstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_MELONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_MELONstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_MELON_SPARSEstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_PUMPKINstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_PUMPKINstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_RED_MUSHROOMstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> NetherConfiguredFeatures.PATCH_SOUL_FIREstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.PATCH_SOUL_FIREstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_SUGAR_CANEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_SUGAR_CANEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_SUGAR_CANE_BADLANDSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_SUGAR_CANE_DESERTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_SUGAR_CANE_SWAMPstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_SUNFLOWERstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_SUNFLOWERstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_TAIGA_GRASSstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PATCH_TAIGA_GRASSstatic final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_TALL_GRASSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_TALL_GRASSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_TALL_GRASS_2static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,?>> VegetationConfiguredFeatures.PATCH_WATERLILYstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.PATCH_WATERLILYstatic final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,?>> PileConfiguredFeatures.PILE_HAYstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PILE_HAYstatic final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,?>> PileConfiguredFeatures.PILE_ICEstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PILE_ICEstatic final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,?>> PileConfiguredFeatures.PILE_MELONstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PILE_MELONstatic final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,?>> PileConfiguredFeatures.PILE_PUMPKINstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PILE_PUMPKINstatic final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,?>> PileConfiguredFeatures.PILE_SNOWstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PILE_SNOWstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.PILLAGER_OUTPOSTstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.PINEstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.PINEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.PINE_CHECKEDstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.PINE_ON_SNOWstatic final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,?>> UndergroundConfiguredFeatures.POINTED_DRIPSTONEstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.POINTED_DRIPSTONEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.RED_MUSHROOM_NETHERstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.RED_MUSHROOM_NORMALstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.RED_MUSHROOM_OLD_GROWTHstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.RED_MUSHROOM_SWAMPstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.RED_MUSHROOM_TAIGAstatic final RegistryEntry<ConfiguredFeature<RootSystemFeatureConfig,?>> UndergroundConfiguredFeatures.ROOTED_AZALEA_TREEstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.ROOTED_AZALEA_TREEstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTALstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_DESERTstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_JUNGLEstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_MOUNTAINstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_NETHERstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_OCEANstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.RUINED_PORTAL_SWAMPstatic final RegistryEntry<ConfiguredFeature<CountConfig,?>> OceanConfiguredFeatures.SEA_PICKLEstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEA_PICKLEstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_COLDstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_DEEPstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_DEEP_COLDstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_DEEP_WARMstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> OceanConfiguredFeatures.SEAGRASS_MIDstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_NORMALstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_RIVERstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> OceanConfiguredFeatures.SEAGRASS_SHORTstatic final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,?>> OceanConfiguredFeatures.SEAGRASS_SIMPLEstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_SIMPLEstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> OceanConfiguredFeatures.SEAGRASS_SLIGHTLY_LESS_SHORTstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_SWAMPstatic final RegistryEntry<ConfiguredFeature<ProbabilityConfig,?>> OceanConfiguredFeatures.SEAGRASS_TALLstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.SEAGRASS_WARMstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.SHIPWRECKstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.SHIPWRECK_BEACHEDstatic final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,?>> VegetationConfiguredFeatures.SINGLE_PIECE_OF_GRASSstatic final RegistryEntry<ConfiguredFeature<BasaltColumnsFeatureConfig,?>> NetherConfiguredFeatures.SMALL_BASALT_COLUMNSstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.SMALL_BASALT_COLUMNSstatic final RegistryEntry<ConfiguredFeature<BasaltColumnsFeatureConfig,?>> NetherConfiguredFeatures.SMALL_BASALT_COLUMNS_TEMPstatic final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,?>> UndergroundConfiguredFeatures.SPORE_BLOSSOMstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.SPORE_BLOSSOMstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.SPRING_CLOSEDstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.SPRING_CLOSED_DOUBLEstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.SPRING_DELTAstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.SPRING_LAVAstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> MiscConfiguredFeatures.SPRING_LAVA_FROZENstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.SPRING_LAVA_FROZENstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> NetherConfiguredFeatures.SPRING_LAVA_NETHERstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> MiscConfiguredFeatures.SPRING_LAVA_OVERWORLDstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> NetherConfiguredFeatures.SPRING_NETHER_CLOSEDstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> NetherConfiguredFeatures.SPRING_NETHER_OPENstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.SPRING_OPENstatic final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,?>> MiscConfiguredFeatures.SPRING_WATERstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.SPRING_WATERstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.SPRUCEstatic final RegistryEntry<PlacedFeature>VillagePlacedFeatures.SPRUCEstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.SPRUCE_CHECKEDstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.SPRUCE_ON_SNOWprivate final RegistryEntry<StructurePool>StructurePoolFeatureConfig.startPoolstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.STRONGHOLDstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.SUPER_BIRCH_BEESstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.SUPER_BIRCH_BEESstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.SUPER_BIRCH_BEES_0002static final RegistryEntry<PlacedFeature>TreePlacedFeatures.SUPER_BIRCH_BEES_0002static final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.SWAMP_HUTstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,?>> TreeConfiguredFeatures.SWAMP_OAKstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_BADLANDSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_BIRCHstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_BIRCH_AND_OAKstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_BIRCH_AND_OAKstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_FLOWER_FORESTstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_FLOWER_FORESTstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_GROVEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_GROVEstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_MEADOWstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_PINE_TAIGAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_OLD_GROWTH_PINE_TAIGAstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGAstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_PLAINSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_PLAINSstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_SAVANNAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_SAVANNAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_SNOWYstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_SPARSE_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_SPARSE_JUNGLEstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_SWAMPstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_TAIGAstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_TAIGAstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_WATERstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_WATERstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_WINDSWEPT_FORESTstatic final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,?>> VegetationConfiguredFeatures.TREES_WINDSWEPT_HILLSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_WINDSWEPT_HILLSstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.TREES_WINDSWEPT_SAVANNAstatic final RegistryEntry<ConfiguredFeature<TwistingVinesFeatureConfig,?>> NetherConfiguredFeatures.TWISTING_VINESstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.TWISTING_VINESstatic final RegistryEntry<ConfiguredFeature<TwistingVinesFeatureConfig,?>> NetherConfiguredFeatures.TWISTING_VINES_BONEMEALstatic final RegistryEntry<ConfiguredFeature<UnderwaterMagmaFeatureConfig,?>> UndergroundConfiguredFeatures.UNDERWATER_MAGMAstatic final RegistryEntry<PlacedFeature>UndergroundPlacedFeatures.UNDERWATER_MAGMAfinal RegistryEntry<PlacedFeature>VegetationPatchFeatureConfig.vegetationFeaturestatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.VILLAGE_DESERTstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.VILLAGE_PLAINSstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.VILLAGE_SAVANNAstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.VILLAGE_SNOWYstatic final RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.VILLAGE_TAIGAstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> VegetationConfiguredFeatures.VINESstatic final RegistryEntry<PlacedFeature>VegetationPlacedFeatures.VINESstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> MiscConfiguredFeatures.VOID_START_PLATFORMstatic final RegistryEntry<PlacedFeature>MiscPlacedFeatures.VOID_START_PLATFORMstatic final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,?>> OceanConfiguredFeatures.WARM_OCEAN_VEGETATIONstatic final RegistryEntry<PlacedFeature>OceanPlacedFeatures.WARM_OCEAN_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.WARPED_FOREST_VEGETATIONstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.WARPED_FOREST_VEGETATIONstatic final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,?>> NetherConfiguredFeatures.WARPED_FOREST_VEGETATION_BONEMEALstatic final RegistryEntry<PlacedFeature>TreePlacedFeatures.WARPED_FUNGIstatic final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,?>> TreeConfiguredFeatures.WARPED_FUNGUSstatic final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,?>> TreeConfiguredFeatures.WARPED_FUNGUS_PLANTEDstatic final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> NetherConfiguredFeatures.WEEPING_VINESstatic final RegistryEntry<PlacedFeature>NetherPlacedFeatures.WEEPING_VINESFields in net.minecraft.world.gen.feature with type parameters of type RegistryEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredFeature<?,?>>> ConfiguredFeature.REGISTRY_CODECstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredStructureFeature<?,?>>> ConfiguredStructureFeature.REGISTRY_CODECstatic final com.mojang.serialization.Codec<RegistryEntry<PlacedFeature>>PlacedFeature.REGISTRY_CODECMethods in net.minecraft.world.gen.feature that return RegistryEntryModifier and TypeMethodDescriptionprivate static RegistryEntry<PlacedFeature>UndergroundConfiguredFeatures.createBigDripleafFeature(Direction direction) static <FC extends FeatureConfig,F extends Feature<FC>>
RegistryEntry<PlacedFeature>PlacedFeatures.createEntry(F feature, FC featureConfig) static <FC extends FeatureConfig,F extends Feature<FC>>
RegistryEntry<PlacedFeature>PlacedFeatures.createEntry(F feature, FC featureConfig, BlockPredicate predicate) static <FC extends FeatureConfig,F extends Feature<FC>>
RegistryEntry<PlacedFeature>PlacedFeatures.createEntry(F feature, FC featureConfig, PlacementModifier[] modifiers) static RegistryEntry<PlacedFeature>PlacedFeatures.createEntry(RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] modifiers) private static RegistryEntry<PlacedFeature>UndergroundConfiguredFeatures.createSmallDripleafFeature()PlacedFeature.feature()Returns the value of thefeaturerecord component.RandomPatchFeatureConfig.feature()Returns the value of thefeaturerecord component.static RegistryEntry<? extends ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.getDefault()static RegistryEntry<? extends ConfiguredFeature<?,?>> ConfiguredFeatures.getDefaultConfiguredFeature()static RegistryEntry<PlacedFeature>PlacedFeatures.getDefaultPlacedFeature()StructurePoolFeatureConfig.getStartPool()static <FC extends FeatureConfig,F extends Feature<FC>>
RegistryEntry<ConfiguredFeature<FC,?>> static RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,?>> ConfiguredFeatures.register(String id, Feature<DefaultFeatureConfig> feature) private static <FC extends FeatureConfig,F extends StructureFeature<FC>>
RegistryEntry<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatures.register(RegistryKey<ConfiguredStructureFeature<?, ?>> key, ConfiguredStructureFeature<FC, F> configuredStructureFeature) static RegistryEntry<PlacedFeature>PlacedFeatures.register(String id, RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, List<PlacementModifier> modifiers) static RegistryEntry<PlacedFeature>PlacedFeatures.register(String id, RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] modifiers) Methods in net.minecraft.world.gen.feature with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic RegistryEntry<PlacedFeature>PlacedFeatures.createEntry(RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] modifiers) static RandomPatchFeatureConfigConfiguredFeatures.createRandomPatchFeatureConfig(int tries, RegistryEntry<PlacedFeature> feature) private static booleanRuinedPortalFeature.isColdAt(BlockPos pos, RegistryEntry<Biome> biome) static RegistryEntry<PlacedFeature>PlacedFeatures.register(String id, RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, List<PlacementModifier> modifiers) static RegistryEntry<PlacedFeature>PlacedFeatures.register(String id, RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] modifiers) Method parameters in net.minecraft.world.gen.feature with type arguments of type RegistryEntryModifier and TypeMethodDescriptionbooleanStructureFeature.canGenerate(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, C config, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int structureReferences, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Constructors in net.minecraft.world.gen.feature with parameters of type RegistryEntryModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, RegistryEntry<StructureProcessorList> fossilProcessors, RegistryEntry<StructureProcessorList> overlayProcessors, int maxEmptyCorners) PlacedFeature(RegistryEntry<ConfiguredFeature<?, ?>> registryEntry, List<PlacementModifier> placementModifiers) RandomBooleanFeatureConfig(RegistryEntry<PlacedFeature> featureTrue, RegistryEntry<PlacedFeature> featureFalse) RandomFeatureConfig(List<RandomFeatureEntry> features, RegistryEntry<PlacedFeature> defaultFeature) RandomFeatureEntry(RegistryEntry<PlacedFeature> feature, float chance) RandomPatchFeatureConfig(int int2, int int3, int int4, RegistryEntry<PlacedFeature> registryEntry) RootSystemFeatureConfig(RegistryEntry<PlacedFeature> feature, int requiredVerticalSpaceForTree, int rootRadius, TagKey<Block> rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts, int allowedVerticalWaterForTree, BlockPredicate predicate) StructurePoolFeatureConfig(RegistryEntry<StructurePool> startPool, int size) VegetationPatchFeatureConfig(TagKey<Block> replaceable, BlockStateProvider groundState, RegistryEntry<PlacedFeature> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance) -
Uses of RegistryEntry in net.minecraft.world.gen.noise
Methods in net.minecraft.world.gen.noise that return RegistryEntryMethods in net.minecraft.world.gen.noise with parameters of type RegistryEntryModifier and TypeMethodDescriptionstatic DoublePerlinNoiseSamplerNoiseParametersKeys.method_41127(RandomDeriver randomDeriver, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) -
Uses of RegistryEntry in net.minecraft.world.gen.surfacebuilder
Fields in net.minecraft.world.gen.surfacebuilder with type parameters of type RegistryEntryModifier and TypeFieldDescription(package private) Supplier<RegistryEntry<Biome>>MaterialRules.MaterialRuleContext.biomeSupplierprivate final Function<BlockPos,RegistryEntry<Biome>> MaterialRules.MaterialRuleContext.posToBiomeMethod parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type RegistryEntryModifier and TypeMethodDescriptionSurfaceBuilder.applyMaterialRule(MaterialRules.MaterialRule rule, CarverContext context, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.Constructor parameters in net.minecraft.world.gen.surfacebuilder with type arguments of type RegistryEntryModifierConstructorDescriptionprotectedMaterialRuleContext(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext)