Uses of Interface
net.minecraft.util.registry.RegistryEntry
Package
Description
-
Uses of RegistryEntry in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final Supplier<RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,
?>>> FungusBlock.feature
private final Supplier<RegistryEntry<? extends ConfiguredFeature<?,
?>>> MushroomPlantBlock.feature
ModifierConstructorDescriptionprotected
FungusBlock
(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
Modifier 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
Modifier and TypeMethodDescriptionprivate static String
DebugHud.getBiomeString
(RegistryEntry<Biome> biome) -
Uses of RegistryEntry in net.minecraft.client.gui.screen
Modifier and TypeFieldDescription(package private) RegistryEntry<Biome>
CustomizeBuffetLevelScreen.biome
Modifier and TypeFieldDescriptionprivate final Consumer<RegistryEntry<Biome>>
CustomizeBuffetLevelScreen.onDone
ModifierConstructorDescriptionCustomizeBuffetLevelScreen
(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) ModifierConstructorDescriptionCustomizeBuffetLevelScreen
(Screen parent, DynamicRegistryManager registryManager, Consumer<RegistryEntry<Biome>> onDone, RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) private static RegistryEntry<Biome>
GeneratorType.method_40214
(DynamicRegistryManager dynamicRegistryManager, GeneratorOptions generatorOptions) Modifier and TypeMethodDescriptionprivate static GeneratorOptions
GeneratorType.createFixedBiomeOptions
(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, RegistryEntry<Biome> registryEntry) ModifierConstructorDescriptionClientWorld
(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
Modifier and TypeMethodDescriptionstatic RegistryEntry<ConfiguredFeature<?,
?>> RegistryKeyArgumentType.getConfiguredFeatureEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) Modifier and TypeMethodDescriptionboolean
RegistryPredicateArgumentType.RegistryKeyBased.test
(RegistryEntry<T> registryEntry) boolean
RegistryPredicateArgumentType.TagBased.test
(RegistryEntry<T> registryEntry) -
Uses of RegistryEntry in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionstatic FoxEntity.Type
FoxEntity.Type.fromBiome
(RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.fluid
-
Uses of RegistryEntry in net.minecraft.item
-
Uses of RegistryEntry in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType>
GameJoinS2CPacket.dimensionType
The field for thedimensionType
record component.private final RegistryEntry<DimensionType>
PlayerRespawnS2CPacket.dimensionType
Modifier and TypeMethodDescriptionGameJoinS2CPacket.dimensionType()
Returns the value of thedimensionType
record component.PlayerRespawnS2CPacket.getDimensionType()
ModifierConstructorDescriptionGameJoinS2CPacket
(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
Modifier and TypeMethodDescriptionstatic int
PlaceFeatureCommand.execute
(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) Modifier and TypeMethodDescriptionstatic int
LocateCommand.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
Modifier and TypeMethodDescriptionServerWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Biome>> ServerWorld.locateBiome
(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Biome>> ServerWorld.locateBiome
(Predicate<RegistryEntry<Biome>> biomeEntryPredicate, BlockPos pos, int radius, int blockCheckInterval) ModifierConstructorDescriptionServerWorld
(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
Modifier and TypeFieldDescriptionstatic final RegistryEntry<StructureSet>
StructureSets.BURIED_TREASURES
static final RegistryEntry<StructureSet>
StructureSets.DESERT_PYRAMIDS
static final RegistryEntry<StructureSet>
StructureSets.END_CITIES
static final RegistryEntry<StructureSet>
StructureSets.IGLOOS
static final RegistryEntry<StructureSet>
StructureSets.JUNGLE_TEMPLES
static final RegistryEntry<StructureSet>
StructureSets.MINESHAFTS
static final RegistryEntry<StructureSet>
StructureSets.NETHER_COMPLEXES
static final RegistryEntry<StructureSet>
StructureSets.NETHER_FOSSILS
static final RegistryEntry<StructureSet>
StructureSets.OCEAN_MONUMENTS
static final RegistryEntry<StructureSet>
StructureSets.OCEAN_RUINS
static final RegistryEntry<StructureSet>
StructureSets.PILLAGER_OUTPOSTS
static final RegistryEntry<StructureSet>
StructureSets.RUINED_PORTALS
static final RegistryEntry<StructureSet>
StructureSets.SHIPWRECKS
static final RegistryEntry<StructureSet>
StructureSets.STRONGHOLDS
private final RegistryEntry<ConfiguredStructureFeature<?,
?>> StructureSet.WeightedEntry.structure
The field for thestructure
record component.static final RegistryEntry<StructurePool>
BastionRemnantGenerator.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
DesertVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
PillagerOutpostGenerator.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
PlainsVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
SavannaVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
SnowyVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
TaigaVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructureSet>
StructureSets.SWAMP_HUTS
static final RegistryEntry<StructureSet>
StructureSets.VILLAGES
static final RegistryEntry<StructureSet>
StructureSets.WOODLAND_MANSIONS
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructureSet>>
StructureSet.REGISTRY_CODEC
private final Predicate<RegistryEntry<Biome>>
StructureGeneratorFactory.Context.validBiome
The field for thevalidBiome
record component.Modifier 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 thestructure
record component.Modifier and TypeMethodDescriptionStructureGeneratorFactory.Context.validBiome()
Returns the value of thevalidBiome
record component.Modifier and TypeMethodDescriptionstatic StructureSet.WeightedEntry
StructureSet.createEntry
(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure) static StructureSet.WeightedEntry
StructureSet.createEntry
(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, int weight) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<ConfiguredStructureFeature<?, ?>> configuredStructureFigure, StructurePlacement placement) Modifier and TypeMethodDescriptionboolean
StructureSet.WeightedEntry.matches
(Predicate<RegistryEntry<Biome>> predicate) ModifierConstructorDescriptionStructureSet
(RegistryEntry<ConfiguredStructureFeature<?, ?>> structure, StructurePlacement placement) WeightedEntry
(RegistryEntry<ConfiguredStructureFeature<?, ?>> registryEntry, int int2) ModifierConstructorDescriptionContext
(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
Modifier and TypeFieldDescriptionprivate final RegistryEntry<PlacedFeature>
FeaturePoolElement.feature
private static final RegistryEntry<StructurePool>
StructurePools.INVALID
protected final RegistryEntry<StructureProcessorList>
SinglePoolElement.processors
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructurePool>>
StructurePool.REGISTRY_CODEC
Modifier and TypeMethodDescriptionstatic RegistryEntry<StructurePool>
StructurePools.initDefaultPools()
static RegistryEntry<StructurePool>
StructurePools.register
(StructurePool templatePool) Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,RegistryEntry<StructureProcessorList>> SinglePoolElement.method_28880()
Modifier and TypeMethodDescriptionStructurePoolElement.ofFeature
(RegistryEntry<PlacedFeature> registryEntry) StructurePoolElement.ofProcessedLegacySingle
(String id, RegistryEntry<StructureProcessorList> registryEntry) StructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> registryEntry) ModifierConstructorDescriptionprotected
FeaturePoolElement
(RegistryEntry<PlacedFeature> feature, StructurePool.Projection projection) protected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) -
Uses of RegistryEntry in net.minecraft.structure.processor
Modifier and TypeFieldDescriptionstatic final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BASTION_GENERIC_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BOTTOM_RAMPART
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BRIDGE
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.EMPTY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ENTRANCE_REPLACEMENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_DESERT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_SNOWY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_TAIGA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_COAL
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_DIAMONDS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_ROT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HIGH_RAMPART
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HIGH_WALL
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HOUSING
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_10_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_20_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_70_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.OUTPOST_ROT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.RAMPART_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ROOF
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.SIDE_WALL_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STABLE_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_SNOWY_OR_TAIGA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.TREASURE_ROOMS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_DESERT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_SNOWY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_TAIGA
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<StructureProcessorList>>
StructureProcessorType.REGISTRY_CODEC
Modifier and TypeMethodDescriptionprivate static RegistryEntry<StructureProcessorList>
StructureProcessorLists.register
(String id, ImmutableList<StructureProcessor> processorList) -
Uses of RegistryEntry in net.minecraft.tag
Modifier and TypeFieldDescriptionprivate final Map<Identifier,
Tag<RegistryEntry<T>>> TagManagerLoader.RegistryTags.tags
The field for thetags
record component.Modifier and TypeMethodDescriptionTagManagerLoader.RegistryTags.tags()
Returns the value of thetags
record component.Modifier and TypeMethodDescriptionvoid
ModifierConstructorDescriptionRegistryTags
(RegistryKey<? extends Registry<T>> registryKey, Map<Identifier, Tag<RegistryEntry<T>>> map) -
Uses of RegistryEntry in net.minecraft.util.dynamic
Modifier and TypeFieldDescription(package private) final Map<RegistryKey<E>,
com.mojang.serialization.DataResult<RegistryEntry<E>>> RegistryLoader.ValueHolder.values
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>>
DoublePerlinNoiseSampler.NoiseParameters.CODEC
-
Uses of RegistryEntry in net.minecraft.util.registry
Modifier and TypeClassDescriptionstatic final record
static class
Modifier and TypeFieldDescriptionprivate static final Map<Identifier,
Supplier<? extends RegistryEntry<?>>> BuiltinRegistries.DEFAULT_VALUE_SUPPLIERS
private final com.mojang.serialization.Codec<List<RegistryEntry<E>>>
RegistryEntryListCodec.directEntryListCodec
private final List<RegistryEntry<T>>
RegistryEntryList.Direct.entries
private List<RegistryEntry<T>>
RegistryEntryList.Named.entries
private final com.mojang.serialization.Codec<RegistryEntry<E>>
RegistryEntryListCodec.entryCodec
private final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<TagKey<E>,
List<RegistryEntry<E>>>> RegistryEntryListCodec.entryListStorageCodec
private Set<RegistryEntry<T>>
RegistryEntryList.Direct.entrySet
Modifier 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) Modifier 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()
Modifier and TypeMethodDescriptionboolean
RegistryEntryList.contains
(RegistryEntry<T> entry) boolean
RegistryEntryList.Direct.contains
(RegistryEntry<T> entry) boolean
RegistryEntryList.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) Modifier 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) void
RegistryEntryList.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 void
Registry.populateTags
(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) void
SimpleRegistry.populateTags
(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) ModifierConstructorDescription(package private)
Direct
(List<RegistryEntry<T>> entries) private
RegistryEntryListCodec
(RegistryKey<? extends Registry<E>> registry, com.mojang.serialization.Codec<RegistryEntry<E>> entryCodec, boolean alwaysSerializeAsList) -
Uses of RegistryEntry in net.minecraft.village
Modifier and TypeMethodDescriptionstatic VillagerType
VillagerType.forBiome
(RegistryEntry<Biome> biomeEntry) -
Uses of RegistryEntry in net.minecraft.village.raid
Modifier and TypeMethodDescriptionstatic String
RaidManager.nameFor
(RegistryEntry<DimensionType> dimensionTypeEntry) -
Uses of RegistryEntry in net.minecraft.world
Modifier 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()
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<RegistryEntry<Biome>>>
ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) Modifier and TypeMethodDescriptionprivate static Pool<SpawnSettings.SpawnEntry>
SpawnHelper.getSpawnEntries
(ServerWorld world, StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, SpawnGroup spawnGroup, BlockPos pos, @Nullable RegistryEntry<Biome> biomeEntry) static void
SpawnHelper.populateEntities
(ServerWorldAccess world, RegistryEntry<Biome> registryEntry, ChunkPos chunkPos, Random random) ModifierConstructorDescriptionprotected
World
(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
Modifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,
List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.Builder.carvers
private final List<List<RegistryEntry<PlacedFeature>>>
GenerationSettings.Builder.features
static final com.mojang.serialization.Codec<RegistryEntry<Biome>>
Biome.REGISTRY_CODEC
Modifier and TypeMethodDescriptionGenerationSettings.getCarversForStep
(GenerationStep.Carver carverStep) Modifier 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.Category
Biome.getCategory
(RegistryEntry<Biome> biomeEntry) Deprecated. -
Uses of RegistryEntry in net.minecraft.world.biome.source
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Biome>
TheEndBiomeSource.barrensBiome
private final RegistryEntry<Biome>
FixedBiomeSource.biome
private final RegistryEntry<Biome>
TheEndBiomeSource.centerBiome
private final RegistryEntry<Biome>
TheEndBiomeSource.highlandsBiome
private final RegistryEntry<Biome>
TheEndBiomeSource.midlandsBiome
private final RegistryEntry<Biome>
TheEndBiomeSource.smallIslandsBiome
Modifier and TypeFieldDescriptionprivate final MultiNoiseUtil.Entries<RegistryEntry<Biome>>
MultiNoiseBiomeSource.biomeEntries
private final Set<RegistryEntry<Biome>>
BiomeSource.biomes
private final Function<Registry<Biome>,
MultiNoiseUtil.Entries<RegistryEntry<Biome>>> MultiNoiseBiomeSource.Preset.biomeSourceFunction
Modifier 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) Modifier 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) Modifier 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) ModifierConstructorDescriptionFixedBiomeSource
(RegistryEntry<Biome> registryEntry) private
TheEndBiomeSource
(long long2, RegistryEntry<Biome> registryEntry, RegistryEntry<Biome> registryEntry2, RegistryEntry<Biome> registryEntry3, RegistryEntry<Biome> registryEntry4, RegistryEntry<Biome> registryEntry5) ModifierConstructorDescriptionprotected
BiomeSource
(List<RegistryEntry<Biome>> biomes) protected
BiomeSource
(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
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>
VanillaTerrainParameters.class_7074.function
The field for thefunction
record component. -
Uses of RegistryEntry in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate @Nullable RegistryEntry<Biome>
Chunk.biome
Deprecated.private final RegistryEntry<Biome>
EmptyChunk.field_36407
Modifier and TypeFieldDescriptionprivate final PalettedContainer<RegistryEntry<Biome>>
ChunkSection.biomeContainer
private final Supplier<RegistryEntry<Biome>>
ChunkCache.field_36403
Modifier 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.Modifier and TypeMethodDescriptionChunk.setBiomeIfAbsent
(Supplier<RegistryEntry<Biome>> biomeSupplier) Deprecated.ModifierConstructorDescriptionEmptyChunk
(World world, ChunkPos chunkPos, RegistryEntry<Biome> registryEntry) -
Uses of RegistryEntry in net.minecraft.world.dimension
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType>
DimensionOptions.dimensionTypeSupplier
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DimensionType>>
DimensionType.REGISTRY_CODEC
ModifierConstructorDescriptionDimensionOptions
(RegistryEntry<DimensionType> registryEntry, ChunkGenerator chunkGenerator) -
Uses of RegistryEntry in net.minecraft.world.gen
Modifier and TypeMethodDescriptionstatic Registry<DimensionOptions>
GeneratorOptions.getRegistryWithReplacedOverworld
(Registry<DimensionOptions> options, RegistryEntry<DimensionType> dimensionType, ChunkGenerator overworldGenerator) -
Uses of RegistryEntry in net.minecraft.world.gen.carver
Modifier and TypeFieldDescriptionstatic final RegistryEntry<ConfiguredCarver<RavineCarverConfig>>
ConfiguredCarvers.CANYON
static final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>
ConfiguredCarvers.CAVE
static final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>
ConfiguredCarvers.CAVE_EXTRA_UNDERGROUND
static final RegistryEntry<ConfiguredCarver<CaveCarverConfig>>
ConfiguredCarvers.NETHER_CAVE
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredCarver<?>>>
ConfiguredCarver.REGISTRY_CODEC
Modifier and TypeMethodDescriptionprivate static <WC extends CarverConfig>
RegistryEntry<ConfiguredCarver<WC>>ConfiguredCarvers.register
(String id, ConfiguredCarver<WC> configuredCarver) Modifier and TypeMethodDescriptionCarverContext.applyMaterialRule
(Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, BlockPos pos, boolean hasFluid) Deprecated.abstract boolean
Carver.carve
(CarverContext context, C config, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) boolean
CaveCarver.carve
(CarverContext carverContext, CaveCarverConfig caveCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) boolean
ConfiguredCarver.carve
(CarverContext context, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask) boolean
RavineCarver.carve
(CarverContext carverContext, RavineCarverConfig ravineCarverConfig, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> function, Random random, AquiferSampler aquiferSampler, ChunkPos chunkPos, CarvingMask carvingMask) protected boolean
Carver.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 boolean
NetherCaveCarver.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 void
CaveCarver.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 void
RavineCarver.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 boolean
Carver.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 void
CaveCarver.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
Modifier and TypeFieldDescriptionprivate RegistryEntry<Biome>
FlatChunkGeneratorConfig.biome
protected final RegistryEntry<ChunkGeneratorSettings>
NoiseChunkGenerator.settings
Modifier and TypeFieldDescriptionprivate final List<RegistryEntry<Biome>>
BlendingData.field_36345
static final com.mojang.serialization.Codec<RegistryEntry<ChunkGeneratorSettings>>
ChunkGeneratorSettings.REGISTRY_CODEC
Modifier 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()
Modifier 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()
Modifier and TypeMethodDescriptionvoid
BlendingData.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) void
FlatChunkGeneratorConfig.setBiome
(RegistryEntry<Biome> registryEntry) Modifier 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) ModifierConstructorDescriptionNoiseChunkGenerator
(Registry<StructureSet> noiseRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> structuresRegistry, BiomeSource biomeSource, long seed, RegistryEntry<ChunkGeneratorSettings> settings) private
NoiseChunkGenerator
(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
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>
DensityFunctionTypes.class_7051.function
The field for thefunction
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.Noise.noiseData
The field for thenoiseData
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.Shift.noiseData
The field for thenoiseData
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.ShiftA.noiseData
The field for thenoiseData
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.ShiftB.noiseData
The field for thenoiseData
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.ShiftedNoise.noiseData
The field for thenoiseData
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctionTypes.WeirdScaledSampler.noiseData
The field for thenoiseData
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DensityFunction>>
DensityFunction.REGISTRY_ENTRY_CODEC
Modifier and TypeMethodDescriptionDensityFunctionTypes.class_7051.function()
Returns the value of thefunction
record 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 thenoiseData
record component.DensityFunctionTypes.Shift.noiseData()
DensityFunctionTypes.ShiftA.noiseData()
DensityFunctionTypes.ShiftB.noiseData()
DensityFunctionTypes.ShiftedNoise.noiseData()
Returns the value of thenoiseData
record component.DensityFunctionTypes.WeirdScaledSampler.noiseData()
Returns the value of thenoiseData
record component.Modifier 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 DensityFunction
DensityFunctionTypes.method_40502
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale) private static DoublePerlinNoiseSampler
DensityFunctions.method_41107
(RandomDeriver randomDeriver, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double double2, double double3) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double yScale, double double2, double double3) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double xzScale, double yScale, double double2, double double3) static DensityFunctionTypes.Noise
DensityFunctionTypes.Noise.of
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseData, double xzScale, double yScale) static DensityFunction
DensityFunctionTypes.shift
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftA
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftB
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.shiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, double double2, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) ModifierConstructorDescriptionprotected
class_7051
(RegistryEntry<DensityFunction> registryEntry) protected
Noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler, double double2, double double3) (package private)
Shift
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protected
ShiftA
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protected
ShiftB
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protected
ShiftedNoise
(DensityFunction densityFunction, DensityFunction densityFunction2, DensityFunction densityFunction3, double double2, double double3, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) protected
WeirdScaledSampler
(DensityFunction densityFunction, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper rarityValueMapper) -
Uses of RegistryEntry in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionstatic final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.ACACIA
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.ACACIA
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.ACACIA_CHECKED
static final RegistryEntry<ConfiguredFeature<GeodeFeatureConfig,
?>> UndergroundConfiguredFeatures.AMETHYST_GEODE
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.AMETHYST_GEODE
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.AZALEA_TREE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BAMBOO
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BAMBOO_LIGHT
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> VegetationConfiguredFeatures.BAMBOO_NO_PODZOL
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> VegetationConfiguredFeatures.BAMBOO_SOME_PODZOL
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.BAMBOO_VEGETATION
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BAMBOO_VEGETATION
static final RegistryEntry<ConfiguredFeature<ReplaceBlobsFeatureConfig,
?>> NetherConfiguredFeatures.BASALT_BLOBS
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.BASALT_BLOBS
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> NetherConfiguredFeatures.BASALT_PILLAR
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.BASALT_PILLAR
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.BASTION_REMNANT
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.BIRCH
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.BIRCH_BEES_0002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.BIRCH_BEES_0002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.BIRCH_BEES_002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.BIRCH_BEES_002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.BIRCH_BEES_005
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.BIRCH_CHECKED
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.BIRCH_TALL
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BIRCH_TALL
static final RegistryEntry<ConfiguredFeature<ReplaceBlobsFeatureConfig,
?>> NetherConfiguredFeatures.BLACKSTONE_BLOBS
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.BLACKSTONE_BLOBS
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.BLUE_ICE
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.BLUE_ICE
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.BONUS_CHEST
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BROWN_MUSHROOM_NETHER
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BROWN_MUSHROOM_NORMAL
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BROWN_MUSHROOM_OLD_GROWTH
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BROWN_MUSHROOM_SWAMP
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.BROWN_MUSHROOM_TAIGA
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.BURIED_TREASURE
static final RegistryEntry<ConfiguredFeature<BlockColumnFeatureConfig,
?>> UndergroundConfiguredFeatures.CAVE_VINE
static final RegistryEntry<ConfiguredFeature<BlockColumnFeatureConfig,
?>> UndergroundConfiguredFeatures.CAVE_VINE_IN_MOSS
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.CAVE_VINES
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> EndConfiguredFeatures.CHORUS_PLANT
static final RegistryEntry<PlacedFeature>
EndPlacedFeatures.CHORUS_PLANT
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.CLASSIC_VINES_CAVE_FEATURE
static final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.CLAY_POOL_WITH_DRIPLEAVES
static final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.CLAY_WITH_DRIPLEAVES
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.CRIMSON_FOREST_VEGETATION
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.CRIMSON_FOREST_VEGETATION
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.CRIMSON_FOREST_VEGETATION_BONEMEAL
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.CRIMSON_FUNGI
static final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,
?>> TreeConfiguredFeatures.CRIMSON_FUNGUS
static final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,
?>> TreeConfiguredFeatures.CRIMSON_FUNGUS_PLANTED
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.DARK_FOREST_VEGETATION
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.DARK_FOREST_VEGETATION
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.DARK_OAK
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.DARK_OAK_CHECKED
final RegistryEntry<PlacedFeature>
RandomFeatureConfig.defaultFeature
static final RegistryEntry<ConfiguredFeature<DeltaFeatureConfig,
?>> NetherConfiguredFeatures.DELTA
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.DELTA
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.DESERT_PYRAMID
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.DESERT_WELL
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.DESERT_WELL
static final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,
?>> MiscConfiguredFeatures.DISK_CLAY
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.DISK_CLAY
static final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,
?>> MiscConfiguredFeatures.DISK_GRAVEL
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.DISK_GRAVEL
static final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,
?>> MiscConfiguredFeatures.DISK_SAND
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.DISK_SAND
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> UndergroundConfiguredFeatures.DRIPLEAF
static final RegistryEntry<ConfiguredFeature<DripstoneClusterFeatureConfig,
?>> UndergroundConfiguredFeatures.DRIPSTONE_CLUSTER
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.DRIPSTONE_CLUSTER
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.END_CITY
static final RegistryEntry<ConfiguredFeature<EndGatewayFeatureConfig,
?>> EndConfiguredFeatures.END_GATEWAY_DELAYED
static final RegistryEntry<ConfiguredFeature<EndGatewayFeatureConfig,
?>> EndConfiguredFeatures.END_GATEWAY_RETURN
static final RegistryEntry<PlacedFeature>
EndPlacedFeatures.END_GATEWAY_RETURN
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> EndConfiguredFeatures.END_ISLAND
static final RegistryEntry<PlacedFeature>
EndPlacedFeatures.END_ISLAND_DECORATED
static final RegistryEntry<ConfiguredFeature<EndSpikeFeatureConfig,
?>> EndConfiguredFeatures.END_SPIKE
static final RegistryEntry<PlacedFeature>
EndPlacedFeatures.END_SPIKE
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.FANCY_OAK
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.FANCY_OAK_BEES
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.FANCY_OAK_BEES
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.FANCY_OAK_BEES_0002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.FANCY_OAK_BEES_0002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.FANCY_OAK_BEES_002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.FANCY_OAK_BEES_002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.FANCY_OAK_BEES_005
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.FANCY_OAK_CHECKED
private final RegistryEntry<ConfiguredFeature<?,
?>> PlacedFeature.feature
The field for thefeature
record component.final RegistryEntry<PlacedFeature>
RandomFeatureEntry.feature
private final RegistryEntry<PlacedFeature>
RandomPatchFeatureConfig.feature
The field for thefeature
record component.final RegistryEntry<PlacedFeature>
RootSystemFeatureConfig.feature
final RegistryEntry<PlacedFeature>
RandomBooleanFeatureConfig.featureFalse
final RegistryEntry<PlacedFeature>
RandomBooleanFeatureConfig.featureTrue
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_DEFAULT
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_DEFAULT
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_FLOWER_FOREST
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_FLOWER_FOREST
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_FOREST_FLOWERS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_MEADOW
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_MEADOW
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_PLAIN
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_PLAIN
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.FLOWER_PLAIN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.FLOWER_SWAMP
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_SWAMP
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FLOWER_WARM
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> VegetationConfiguredFeatures.FOREST_FLOWERS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.FOREST_FLOWERS
static final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,
?>> MiscConfiguredFeatures.FOREST_ROCK
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.FOREST_ROCK
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.FORTRESS
static final RegistryEntry<ConfiguredFeature<FossilFeatureConfig,
?>> UndergroundConfiguredFeatures.FOSSIL_COAL
static final RegistryEntry<ConfiguredFeature<FossilFeatureConfig,
?>> UndergroundConfiguredFeatures.FOSSIL_DIAMONDS
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.FOSSIL_LOWER
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.FOSSIL_UPPER
FossilFeatureConfig.fossilProcessors
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.FREEZE_TOP_LAYER
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.FREEZE_TOP_LAYER
static final RegistryEntry<ConfiguredFeature<GlowLichenFeatureConfig,
?>> UndergroundConfiguredFeatures.GLOW_LICHEN
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.GLOW_LICHEN
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.GLOWSTONE
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> NetherConfiguredFeatures.GLOWSTONE_EXTRA
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.GLOWSTONE_EXTRA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.GRASS_BONEMEAL
static final RegistryEntry<ConfiguredFeature<HugeMushroomFeatureConfig,
?>> TreeConfiguredFeatures.HUGE_BROWN_MUSHROOM
static final RegistryEntry<ConfiguredFeature<HugeMushroomFeatureConfig,
?>> TreeConfiguredFeatures.HUGE_RED_MUSHROOM
static final RegistryEntry<ConfiguredFeature<DiskFeatureConfig,
?>> MiscConfiguredFeatures.ICE_PATCH
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.ICE_PATCH
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.ICE_SPIKE
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.ICE_SPIKE
static final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,
?>> MiscConfiguredFeatures.ICEBERG_BLUE
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.ICEBERG_BLUE
static final RegistryEntry<ConfiguredFeature<SingleStateFeatureConfig,
?>> MiscConfiguredFeatures.ICEBERG_PACKED
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.ICEBERG_PACKED
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.IGLOO
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.JUNGLE_BUSH
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.JUNGLE_BUSH
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.JUNGLE_PYRAMID
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.JUNGLE_TREE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.JUNGLE_TREE
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.JUNGLE_TREE_NO_VINE
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> OceanConfiguredFeatures.KELP
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.KELP_COLD
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.KELP_WARM
static final RegistryEntry<ConfiguredFeature<LakeFeature.Config,
?>> MiscConfiguredFeatures.LAKE_LAVA
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.LAKE_LAVA_SURFACE
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.LAKE_LAVA_UNDERGROUND
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.LARGE_BASALT_COLUMNS
static final RegistryEntry<ConfiguredFeature<LargeDripstoneFeatureConfig,
?>> UndergroundConfiguredFeatures.LARGE_DRIPSTONE
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.LARGE_DRIPSTONE
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.LUSH_CAVES_CEILING_VEGETATION
static final RegistryEntry<ConfiguredFeature<RandomBooleanFeatureConfig,
?>> UndergroundConfiguredFeatures.LUSH_CAVES_CLAY
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.LUSH_CAVES_CLAY
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.LUSH_CAVES_VEGETATION
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.MANSION
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.MEADOW_TREES
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.MEGA_JUNGLE_TREE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.MEGA_JUNGLE_TREE_CHECKED
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.MEGA_PINE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.MEGA_PINE_CHECKED
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.MEGA_SPRUCE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.MEGA_SPRUCE_CHECKED
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.MINESHAFT
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.MINESHAFT_MESA
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> UndergroundConfiguredFeatures.MONSTER_ROOM
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.MONSTER_ROOM
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.MONSTER_ROOM_DEEP
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.MONUMENT
static final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.MOSS_PATCH
static final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.MOSS_PATCH_BONEMEAL
static final RegistryEntry<ConfiguredFeature<VegetationPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.MOSS_PATCH_CEILING
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> UndergroundConfiguredFeatures.MOSS_VEGETATION
static final RegistryEntry<ConfiguredFeature<RandomBooleanFeatureConfig,
?>> VegetationConfiguredFeatures.MUSHROOM_ISLAND_VEGETATION
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.MUSHROOM_ISLAND_VEGETATION
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.NETHER_FOSSIL
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.NETHER_SPROUTS
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.NETHER_SPROUTS
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.NETHER_SPROUTS_BONEMEAL
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.OAK
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.OAK
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.OAK_BEES_0002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.OAK_BEES_0002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.OAK_BEES_002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.OAK_BEES_002
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.OAK_BEES_005
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.OAK_CHECKED
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.OCEAN_RUIN_COLD
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.OCEAN_RUIN_WARM
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_ANCIENT_DEBRIS_LARGE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_ANCIENT_DEBRIS_LARGE
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_ANCIENT_DEBRIS_SMALL
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_ANDESITE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_ANDESITE_LOWER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_ANDESITE_UPPER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_BLACKSTONE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_BLACKSTONE
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_CLAY
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_CLAY
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_COAL
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_COAL_BURIED
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_COAL_LOWER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_COAL_UPPER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_COPPER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_COPPER_LARGE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_COPPER_LARGE
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_COPPER_SMALL
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DEBRIS_SMALL
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIAMOND
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_DIAMOND_BURIED
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIAMOND_BURIED
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_DIAMOND_LARGE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIAMOND_LARGE
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_DIAMOND_SMALL
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_DIORITE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIORITE_LOWER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIORITE_UPPER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_DIRT
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_DIRT
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_EMERALD
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_EMERALD
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_GOLD
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GOLD
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_GOLD_BURIED
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GOLD_DELTAS
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GOLD_EXTRA
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GOLD_LOWER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GOLD_NETHER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_GRANITE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GRANITE_LOWER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GRANITE_UPPER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_GRAVEL
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GRAVEL
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_GRAVEL_NETHER
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_GRAVEL_NETHER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_INFESTED
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_INFESTED
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_IRON
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_IRON_MIDDLE
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_IRON_SMALL
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_IRON_SMALL
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_IRON_UPPER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_LAPIS
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_LAPIS
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_LAPIS_BURIED
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_LAPIS_BURIED
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_MAGMA
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_MAGMA
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_NETHER_GOLD
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_QUARTZ
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_QUARTZ_DELTAS
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_QUARTZ_NETHER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_REDSTONE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_REDSTONE
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_REDSTONE_LOWER
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_SOUL_SAND
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_SOUL_SAND
static final RegistryEntry<ConfiguredFeature<OreFeatureConfig,
?>> OreConfiguredFeatures.ORE_TUFF
static final RegistryEntry<PlacedFeature>
OrePlacedFeatures.ORE_TUFF
FossilFeatureConfig.overlayProcessors
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_BERRY_BUSH
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PATCH_BERRY_BUSH
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_BERRY_COMMON
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_BERRY_RARE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_BROWN_MUSHROOM
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_CACTUS
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PATCH_CACTUS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_CACTUS_DECORATED
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_CACTUS_DESERT
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_CRIMSON_ROOTS
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.PATCH_CRIMSON_ROOTS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_DEAD_BUSH
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_DEAD_BUSH
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_DEAD_BUSH_2
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_DEAD_BUSH_BADLANDS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_FIRE
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.PATCH_FIRE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_GRASS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_BADLANDS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_FOREST
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_GRASS_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_NORMAL
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_PLAIN
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_SAVANNA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_TAIGA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_GRASS_TAIGA_2
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_LARGE_FERN
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_LARGE_FERN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_MELON
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_MELON
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_MELON_SPARSE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_PUMPKIN
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_PUMPKIN
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_RED_MUSHROOM
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> NetherConfiguredFeatures.PATCH_SOUL_FIRE
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.PATCH_SOUL_FIRE
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_SUGAR_CANE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_SUGAR_CANE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_SUGAR_CANE_BADLANDS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_SUGAR_CANE_DESERT
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_SUGAR_CANE_SWAMP
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_SUNFLOWER
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_SUNFLOWER
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_TAIGA_GRASS
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PATCH_TAIGA_GRASS
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_TALL_GRASS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_TALL_GRASS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_TALL_GRASS_2
static final RegistryEntry<ConfiguredFeature<RandomPatchFeatureConfig,
?>> VegetationConfiguredFeatures.PATCH_WATERLILY
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.PATCH_WATERLILY
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_HAY
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PILE_HAY
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_ICE
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PILE_ICE
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_MELON
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PILE_MELON
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_PUMPKIN
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PILE_PUMPKIN
static final RegistryEntry<ConfiguredFeature<BlockPileFeatureConfig,
?>> PileConfiguredFeatures.PILE_SNOW
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PILE_SNOW
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.PILLAGER_OUTPOST
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.PINE
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.PINE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.PINE_CHECKED
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.PINE_ON_SNOW
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> UndergroundConfiguredFeatures.POINTED_DRIPSTONE
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.POINTED_DRIPSTONE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.RED_MUSHROOM_NETHER
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.RED_MUSHROOM_NORMAL
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.RED_MUSHROOM_OLD_GROWTH
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.RED_MUSHROOM_SWAMP
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.RED_MUSHROOM_TAIGA
static final RegistryEntry<ConfiguredFeature<RootSystemFeatureConfig,
?>> UndergroundConfiguredFeatures.ROOTED_AZALEA_TREE
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.ROOTED_AZALEA_TREE
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_DESERT
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_JUNGLE
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_MOUNTAIN
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_NETHER
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_OCEAN
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.RUINED_PORTAL_SWAMP
static final RegistryEntry<ConfiguredFeature<CountConfig,
?>> OceanConfiguredFeatures.SEA_PICKLE
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEA_PICKLE
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_COLD
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_DEEP
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_DEEP_COLD
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_DEEP_WARM
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> OceanConfiguredFeatures.SEAGRASS_MID
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_NORMAL
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_RIVER
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> OceanConfiguredFeatures.SEAGRASS_SHORT
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> OceanConfiguredFeatures.SEAGRASS_SIMPLE
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_SIMPLE
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> OceanConfiguredFeatures.SEAGRASS_SLIGHTLY_LESS_SHORT
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_SWAMP
static final RegistryEntry<ConfiguredFeature<ProbabilityConfig,
?>> OceanConfiguredFeatures.SEAGRASS_TALL
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.SEAGRASS_WARM
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.SHIPWRECK
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.SHIPWRECK_BEACHED
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> VegetationConfiguredFeatures.SINGLE_PIECE_OF_GRASS
static final RegistryEntry<ConfiguredFeature<BasaltColumnsFeatureConfig,
?>> NetherConfiguredFeatures.SMALL_BASALT_COLUMNS
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.SMALL_BASALT_COLUMNS
static final RegistryEntry<ConfiguredFeature<BasaltColumnsFeatureConfig,
?>> NetherConfiguredFeatures.SMALL_BASALT_COLUMNS_TEMP
static final RegistryEntry<ConfiguredFeature<SimpleBlockFeatureConfig,
?>> UndergroundConfiguredFeatures.SPORE_BLOSSOM
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.SPORE_BLOSSOM
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.SPRING_CLOSED
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.SPRING_CLOSED_DOUBLE
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.SPRING_DELTA
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.SPRING_LAVA
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> MiscConfiguredFeatures.SPRING_LAVA_FROZEN
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.SPRING_LAVA_FROZEN
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> NetherConfiguredFeatures.SPRING_LAVA_NETHER
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> MiscConfiguredFeatures.SPRING_LAVA_OVERWORLD
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> NetherConfiguredFeatures.SPRING_NETHER_CLOSED
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> NetherConfiguredFeatures.SPRING_NETHER_OPEN
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.SPRING_OPEN
static final RegistryEntry<ConfiguredFeature<SpringFeatureConfig,
?>> MiscConfiguredFeatures.SPRING_WATER
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.SPRING_WATER
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.SPRUCE
static final RegistryEntry<PlacedFeature>
VillagePlacedFeatures.SPRUCE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.SPRUCE_CHECKED
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.SPRUCE_ON_SNOW
private final RegistryEntry<StructurePool>
StructurePoolFeatureConfig.startPool
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.STRONGHOLD
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.SUPER_BIRCH_BEES
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.SUPER_BIRCH_BEES
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.SUPER_BIRCH_BEES_0002
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.SUPER_BIRCH_BEES_0002
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.SWAMP_HUT
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.SWAMP_OAK
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_BADLANDS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_BIRCH
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_BIRCH_AND_OAK
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_BIRCH_AND_OAK
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_FLOWER_FOREST
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_FLOWER_FOREST
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_GROVE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_GROVE
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_MEADOW
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_PLAINS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_PLAINS
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_SAVANNA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_SAVANNA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_SNOWY
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_SPARSE_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_SPARSE_JUNGLE
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_SWAMP
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_TAIGA
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_TAIGA
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_WATER
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_WATER
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_WINDSWEPT_FOREST
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.TREES_WINDSWEPT_HILLS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_WINDSWEPT_HILLS
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.TREES_WINDSWEPT_SAVANNA
static final RegistryEntry<ConfiguredFeature<TwistingVinesFeatureConfig,
?>> NetherConfiguredFeatures.TWISTING_VINES
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.TWISTING_VINES
static final RegistryEntry<ConfiguredFeature<TwistingVinesFeatureConfig,
?>> NetherConfiguredFeatures.TWISTING_VINES_BONEMEAL
static final RegistryEntry<ConfiguredFeature<UnderwaterMagmaFeatureConfig,
?>> UndergroundConfiguredFeatures.UNDERWATER_MAGMA
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.UNDERWATER_MAGMA
final RegistryEntry<PlacedFeature>
VegetationPatchFeatureConfig.vegetationFeature
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.VILLAGE_DESERT
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.VILLAGE_PLAINS
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.VILLAGE_SAVANNA
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.VILLAGE_SNOWY
static final RegistryEntry<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatures.VILLAGE_TAIGA
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> VegetationConfiguredFeatures.VINES
static final RegistryEntry<PlacedFeature>
VegetationPlacedFeatures.VINES
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> MiscConfiguredFeatures.VOID_START_PLATFORM
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.VOID_START_PLATFORM
static final RegistryEntry<ConfiguredFeature<SimpleRandomFeatureConfig,
?>> OceanConfiguredFeatures.WARM_OCEAN_VEGETATION
static final RegistryEntry<PlacedFeature>
OceanPlacedFeatures.WARM_OCEAN_VEGETATION
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.WARPED_FOREST_VEGETATION
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.WARPED_FOREST_VEGETATION
static final RegistryEntry<ConfiguredFeature<NetherForestVegetationFeatureConfig,
?>> NetherConfiguredFeatures.WARPED_FOREST_VEGETATION_BONEMEAL
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.WARPED_FUNGI
static final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,
?>> TreeConfiguredFeatures.WARPED_FUNGUS
static final RegistryEntry<ConfiguredFeature<HugeFungusFeatureConfig,
?>> TreeConfiguredFeatures.WARPED_FUNGUS_PLANTED
static final RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> NetherConfiguredFeatures.WEEPING_VINES
static final RegistryEntry<PlacedFeature>
NetherPlacedFeatures.WEEPING_VINES
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<ConfiguredFeature<?,
?>>> ConfiguredFeature.REGISTRY_CODEC
static final com.mojang.serialization.Codec<RegistryEntry<ConfiguredStructureFeature<?,
?>>> ConfiguredStructureFeature.REGISTRY_CODEC
static final com.mojang.serialization.Codec<RegistryEntry<PlacedFeature>>
PlacedFeature.REGISTRY_CODEC
Modifier 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 thefeature
record component.RandomPatchFeatureConfig.feature()
Returns the value of thefeature
record 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) Modifier and TypeMethodDescriptionstatic RegistryEntry<PlacedFeature>
PlacedFeatures.createEntry
(RegistryEntry<? extends ConfiguredFeature<?, ?>> registryEntry, PlacementModifier[] modifiers) static RandomPatchFeatureConfig
ConfiguredFeatures.createRandomPatchFeatureConfig
(int tries, RegistryEntry<PlacedFeature> feature) private static boolean
RuinedPortalFeature.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) Modifier and TypeMethodDescriptionboolean
StructureFeature.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) ModifierConstructorDescriptionFossilFeatureConfig
(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
Modifier and TypeMethodDescriptionstatic DoublePerlinNoiseSampler
NoiseParametersKeys.method_41127
(RandomDeriver randomDeriver, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry) -
Uses of RegistryEntry in net.minecraft.world.gen.surfacebuilder
Modifier and TypeFieldDescription(package private) Supplier<RegistryEntry<Biome>>
MaterialRules.MaterialRuleContext.biomeSupplier
private final Function<BlockPos,
RegistryEntry<Biome>> MaterialRules.MaterialRuleContext.posToBiome
Modifier and TypeMethodDescriptionSurfaceBuilder.applyMaterialRule
(MaterialRules.MaterialRule rule, CarverContext context, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, BlockPos pos, boolean hasFluid) Deprecated.ModifierConstructorDescriptionprotected
MaterialRuleContext
(SurfaceBuilder surfaceBuilder, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Registry<Biome> biomeRegistry, HeightContext heightContext)