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.entity
Modifier and TypeFieldDescriptionprivate final List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> BannerPattern.Patterns.entries
private @Nullable List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> BannerBlockEntity.patterns
Modifier and TypeMethodDescriptionList<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> BannerBlockEntity.getPatterns()
static List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> BannerBlockEntity.getPatternsFromNbt
(DyeColor baseColor, @Nullable NbtList patternListNbt) Modifier and TypeMethodDescriptionBannerPattern.Patterns.add
(RegistryEntry<BannerPattern> pattern, DyeColor color) Modifier and TypeMethodDescriptionBannerPattern.Patterns.add
(com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>, DyeColor> pattern) -
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 @Nullable RegistryEntry<? extends ConfiguredFeature<?,
?>> MangroveSaplingGenerator.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
ModifierConstructorDescriptionModifierConstructorDescriptionCustomizeBuffetLevelScreen
(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) -
Uses of RegistryEntry in net.minecraft.client.gui.screen.ingame
Modifier and TypeFieldDescriptionprivate @Nullable List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> LoomScreen.bannerPatterns
Modifier and TypeMethodDescriptionprivate void
LoomScreen.drawBanner
(RegistryEntry<BannerPattern> bannerPattern, int x, int y) -
Uses of RegistryEntry in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate CyclingButtonWidget<RegistryEntry<WorldPreset>>
MoreOptionsDialog.mapTypeButton
private Optional<RegistryEntry<WorldPreset>>
MoreOptionsDialog.presetEntry
Modifier and TypeMethodDescriptionprivate static Optional<List<RegistryEntry<WorldPreset>>>
MoreOptionsDialog.collectPresets
(Registry<WorldPreset> presetRegistry, TagKey<WorldPreset> tag) private static Optional<RegistryEntry<WorldPreset>>
MoreOptionsDialog.createPresetEntry
(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> presetKey) Modifier and TypeMethodDescriptionprivate static GeneratorOptionsHolder.RegistryAwareModifier
LevelScreenProvider.createModifier
(RegistryEntry<Biome> biomeEntry) private static Text
MoreOptionsDialog.getText
(RegistryEntry<WorldPreset> presetEntry) private static boolean
MoreOptionsDialog.isAmplified
(RegistryEntry<WorldPreset> presetEntry) -
Uses of RegistryEntry in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionstatic void
BannerBlockEntityRenderer.renderCanvas
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>, DyeColor>> patterns) static void
BannerBlockEntityRenderer.renderCanvas
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>, DyeColor>> patterns, boolean glint) -
Uses of RegistryEntry in net.minecraft.client.world
Modifier and TypeMethodDescriptionClientWorld.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) ModifierConstructorDescriptionClientWorld
(ClientPlayNetworkHandler networkHandler, ClientWorld.Properties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimensionTypeEntry, int loadDistance, int simulationDistance, Supplier<Profiler> profiler, WorldRenderer worldRenderer, boolean debugWorld, long seed) -
Uses of RegistryEntry in net.minecraft.command
Modifier and TypeMethodDescriptionCommandRegistryWrapper.getEntry
(RegistryKey<T> key) CommandRegistryWrapper.Impl.getEntry
(RegistryKey<T> key) -
Uses of RegistryEntry in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Item>
ItemStackArgument.item
private final RegistryEntry<Item>
ItemStringReader.ItemResult.item
The field for theitem
record component.Modifier and TypeFieldDescriptionprivate com.mojang.datafixers.util.Either<RegistryEntry<Item>,
RegistryEntryList<Item>> ItemStringReader.result
Modifier and TypeMethodDescriptionstatic RegistryEntry<ConfiguredFeature<?,
?>> RegistryKeyArgumentType.getConfiguredFeatureEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) private static <T> RegistryEntry<T>
RegistryKeyArgumentType.getRegistryEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name, RegistryKey<Registry<T>> registryRef, com.mojang.brigadier.exceptions.DynamicCommandExceptionType invalidException) static RegistryEntry<Structure>
RegistryKeyArgumentType.getStructureEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static RegistryEntry<StructurePool>
RegistryKeyArgumentType.getStructurePoolEntry
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) ItemStringReader.ItemResult.item()
Returns the value of theitem
record component.Modifier and TypeMethodDescriptionboolean
RegistryPredicateArgumentType.RegistryKeyBased.test
(RegistryEntry<T> registryEntry) boolean
RegistryPredicateArgumentType.TagBased.test
(RegistryEntry<T> registryEntry) Modifier and TypeMethodDescriptionprivate static ItemPredicateArgumentType.ItemStackPredicateArgument
ItemPredicateArgumentType.getItemStackPredicate
(Predicate<RegistryEntry<Item>> predicate, @Nullable NbtCompound nbt) ModifierConstructorDescriptionItemResult
(RegistryEntry<Item> registryEntry, @Nullable NbtCompound nbtCompound) ItemStackArgument
(RegistryEntry<Item> item, @Nullable NbtCompound nbt) -
Uses of RegistryEntry in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescriptionprivate final Predicate<RegistryEntry<PointOfInterestType>>
FindPointOfInterestTask.poiTypePredicate
private final Predicate<RegistryEntry<PointOfInterestType>>
ForgetCompletedPointOfInterestTask.poiTypePredicate
Modifier and TypeMethodDescriptionprivate boolean
VillagerBreedTask.canReachHome
(VillagerEntity villager, BlockPos pos, RegistryEntry<PointOfInterestType> poiType) private boolean
TakeJobSiteTask.canUseJobSite
(RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager, BlockPos pos) private boolean
WorkStationCompetitionTask.isCompletedWorkStation
(RegistryEntry<PointOfInterestType> poiType, VillagerProfession profession) private boolean
WorkStationCompetitionTask.isUsingWorkStationAt
(GlobalPos pos, RegistryEntry<PointOfInterestType> poiType, VillagerEntity villager) Modifier and TypeMethodDescriptionFindPointOfInterestTask.findPathToPoi
(MobEntity entity, Set<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>, BlockPos>> pois) ModifierConstructorDescriptionFindPointOfInterestTask
(Predicate<RegistryEntry<PointOfInterestType>> poiTypePredicate, MemoryModuleType<GlobalPos> moduleType, boolean onlyRunIfChild, Optional<Byte> entityStatus) FindPointOfInterestTask
(Predicate<RegistryEntry<PointOfInterestType>> poiTypePredicate, MemoryModuleType<GlobalPos> moduleType, MemoryModuleType<GlobalPos> targetMemoryModuleType, boolean onlyRunIfChild, Optional<Byte> entityStatus) ForgetCompletedPointOfInterestTask
(Predicate<RegistryEntry<PointOfInterestType>> poiTypePredicate, MemoryModuleType<GlobalPos> memoryModule) -
Uses of RegistryEntry in net.minecraft.entity.data
Modifier and TypeFieldDescriptionstatic final TrackedDataHandler<RegistryEntry<PaintingVariant>>
TrackedDataHandlerRegistry.PAINTING_VARIANT
-
Uses of RegistryEntry in net.minecraft.entity.decoration.painting
Modifier and TypeFieldDescriptionprivate static final TrackedData<RegistryEntry<PaintingVariant>>
PaintingEntity.VARIANT
Modifier and TypeMethodDescriptionprivate static RegistryEntry<PaintingVariant>
PaintingEntity.getDefaultVariant()
PaintingEntity.getVariant()
Modifier and TypeMethodDescriptionprivate static int
PaintingEntity.getSize
(RegistryEntry<PaintingVariant> variant) private void
PaintingEntity.setVariant
(RegistryEntry<PaintingVariant> variant) ModifierConstructorDescriptionPaintingEntity
(World world, BlockPos pos, Direction direction, RegistryEntry<PaintingVariant> variant) -
Uses of RegistryEntry in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionstatic final Map<MemoryModuleType<GlobalPos>,
BiPredicate<VillagerEntity, RegistryEntry<PointOfInterestType>>> VillagerEntity.POINTS_OF_INTEREST
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
Modifier and TypeMethodDescriptionprivate Optional<RegistryEntry<Instrument>>
GoatHornItem.getInstrument
(ItemStack stack) Modifier and TypeMethodDescriptionstatic ItemStack
GoatHornItem.getStackForInstrument
(Item item, RegistryEntry<Instrument> instrument) boolean
ItemStack.itemMatches
(RegistryEntry<Item> itemEntry) Returns whether the item's registry entry matchesitemEntry
.private static void
GoatHornItem.setInstrument
(ItemStack stack, RegistryEntry<Instrument> instrument) Modifier and TypeMethodDescriptionboolean
ItemStack.itemMatches
(Predicate<RegistryEntry<Item>> predicate) Returns whether the item's registry entry passes thepredicate
.ModifierConstructorDescriptionItemStack
(RegistryEntry<Item> entry) ItemStack
(RegistryEntry<Item> itemEntry, int count) -
Uses of RegistryEntry in net.minecraft.loot.function
Modifier and TypeFieldDescriptionprivate final ImmutableList.Builder<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> SetBannerPatternFunction.Builder.patterns
(package private) final List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>,
DyeColor>> SetBannerPatternFunction.patterns
Modifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.pattern
(RegistryEntry<BannerPattern> pattern, DyeColor color) ModifierConstructorDescription(package private)
SetBannerPatternFunction
(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<RegistryEntry<BannerPattern>, DyeColor>> patterns, boolean append) -
Uses of RegistryEntry in net.minecraft.network.message
Modifier and TypeMethodDescriptionstatic RegistryEntry<MessageType>
MessageType.initialize
(Registry<MessageType> registry) -
Uses of RegistryEntry in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate List<RegistryEntry<BannerPattern>>
LoomScreenHandler.bannerPatterns
Modifier and TypeMethodDescriptionLoomScreenHandler.getBannerPatterns()
private List<RegistryEntry<BannerPattern>>
LoomScreenHandler.getPatternsFor
(ItemStack stack) Modifier and TypeMethodDescriptionprivate void
LoomScreenHandler.updateOutputSlot
(RegistryEntry<BannerPattern> pattern) -
Uses of RegistryEntry in net.minecraft.server.command
Modifier and TypeMethodDescriptionstatic int
PlaceCommand.executePlaceFeature
(ServerCommandSource source, RegistryEntry<ConfiguredFeature<?, ?>> feature, BlockPos pos) static int
PlaceCommand.executePlaceJigsaw
(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int maxDepth, BlockPos pos) static int
PlaceCommand.executePlaceStructure
(ServerCommandSource source, RegistryEntry<Structure> structure, BlockPos pos) Modifier and TypeMethodDescriptionstatic int
LocateCommand.sendCoordinates
(ServerCommandSource source, RegistryPredicateArgumentType.RegistryPredicate<?> structure, BlockPos currentPos, com.mojang.datafixers.util.Pair<BlockPos, ? extends RegistryEntry<?>> structurePosAndEntry, String successMessage, boolean bool) -
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>> predicate, BlockPos pos, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval) Modifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Biome>> ServerWorld.locateBiome
(Predicate<RegistryEntry<Biome>> predicate, BlockPos pos, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval) -
Uses of RegistryEntry in net.minecraft.structure
Modifier and TypeFieldDescriptionstatic final RegistryEntry<StructureSet>
StructureSets.ANCIENT_CITIES
static final RegistryEntry<StructureSet>
StructureSets.BURIED_TREASURES
static final RegistryEntry<StructurePool>
AncientCityGenerator.CITY_CENTER
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<Structure>
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
(Registry<StructureSet> registry) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, StructureSet structureSet) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<Structure> structure, 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<Structure> structure) static StructureSet.WeightedEntry
StructureSet.createEntry
(RegistryEntry<Structure> structure, int weight) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<Structure> structure, StructurePlacement placement) ModifierConstructorDescriptionStructureSet
(RegistryEntry<Structure> structure, StructurePlacement placement) WeightedEntry
(RegistryEntry<Structure> registryEntry, int int2) ModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, long long2, ChunkPos chunkPos, C c, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate, StructureTemplateManager structureTemplateManager, 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
(Registry<StructurePool> registry) static RegistryEntry<StructurePool>
StructurePools.register
(StructurePool templatePool) Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,RegistryEntry<StructureProcessorList>> SinglePoolElement.processorsGetter()
Modifier and TypeMethodDescriptionstatic boolean
StructurePoolBasedGenerator.generate
(ServerWorld world, RegistryEntry<StructurePool> structurePool, Identifier id, int int2, BlockPos pos, boolean keepJigsaws) static Optional<Structure.StructurePosition>
StructurePoolBasedGenerator.generate
(Structure.Context context, RegistryEntry<StructurePool> structurePool, Optional<Identifier> id, int size, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter) StructurePoolElement.ofFeature
(RegistryEntry<PlacedFeature> placedFeatureEntry) StructurePoolElement.ofProcessedLegacySingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry) StructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> processorListEntry) ModifierConstructorDescriptionprotected
FeaturePoolElement
(RegistryEntry<PlacedFeature> feature, StructurePool.Projection projection) protected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, StructureTemplate> location, RegistryEntry<StructureProcessorList> processors, StructurePool.Projection projection) -
Uses of RegistryEntry in net.minecraft.structure.processor
Modifier and TypeFieldDescriptionstatic final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ANCIENT_CITY_GENERIC_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ANCIENT_CITY_START_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ANCIENT_CITY_WALLS_DEGRADATION
static 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,
Collection<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, Collection<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) 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, Optional<EntryLoader.Parseable<E>> parseable, 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.REGISTRY_ENTRY_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) static <V extends T,
T>
RegistryEntry<V>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 <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.RegistryEntry<? extends T>
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 com.mojang.serialization.DataResult<RegistryEntry<T>>
Registry.getOrCreateEntryDataResult
(RegistryKey<T> key) com.mojang.serialization.DataResult<RegistryEntry<T>>
SimpleRegistry.getOrCreateEntryDataResult
(RegistryKey<T> key) 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 TypeMethodDescription(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 TypeFieldDescriptionprivate final Predicate<RegistryEntry<PointOfInterestType>>
VillagerProfession.acquirableWorkstation
The field for theacquirableWorkstation
record component.private final Predicate<RegistryEntry<PointOfInterestType>>
VillagerProfession.heldWorkstation
The field for theheldWorkstation
record component.static final Predicate<RegistryEntry<PointOfInterestType>>
VillagerProfession.IS_ACQUIRABLE_JOB_SITE
Modifier and TypeMethodDescriptionVillagerProfession.acquirableWorkstation()
Returns the value of theacquirableWorkstation
record component.VillagerProfession.heldWorkstation()
Returns the value of theheldWorkstation
record component.Modifier and TypeMethodDescriptionstatic VillagerType
VillagerType.forBiome
(RegistryEntry<Biome> biomeEntry) Modifier and TypeMethodDescriptionprivate static VillagerProfession
VillagerProfession.register
(String id, Predicate<RegistryEntry<PointOfInterestType>> heldWorkstation, Predicate<RegistryEntry<PointOfInterestType>> acquirableWorkstation, @Nullable SoundEvent workSound) private static VillagerProfession
VillagerProfession.register
(String id, Predicate<RegistryEntry<PointOfInterestType>> heldWorkstation, Predicate<RegistryEntry<PointOfInterestType>> acquirableWorkstation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound) ModifierConstructorDescriptionVillagerProfession
(String id, Predicate<RegistryEntry<PointOfInterestType>> predicate, Predicate<RegistryEntry<PointOfInterestType>> predicate2, ImmutableSet<Item> immutableSet, ImmutableSet<Block> immutableSet2, @Nullable SoundEvent soundEvent) -
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) World.getDimensionEntry()
ChunkRegion.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) WorldView.getGeneratorStoredBiome
(int biomeX, int biomeY, int biomeZ) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<ReadableContainer<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> biomeEntry, ChunkPos chunkPos, Random random) ModifierConstructorDescriptionprotected
World
(MutableWorldProperties properties, RegistryKey<World> registryRef, RegistryEntry<DimensionType> dimension, Supplier<Profiler> profiler, boolean isClient, boolean debugWorld, long seed, int maxChainedNeighborUpdates) -
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 TypeMethodDescriptionstatic RegistryEntry<Biome>
BuiltinBiomes.getDefaultBiome
(Registry<Biome> registry) 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) -
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 sampler) FixedBiomeSource.getBiomesInArea
(int x, int y, int z, int radius, MultiNoiseUtil.MultiNoiseSampler sampler) @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>> BiomeSource.locateBiome
(BlockPos origin, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, MultiNoiseUtil.MultiNoiseSampler noiseSampler, WorldView world) @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) @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Biome>> FixedBiomeSource.locateBiome
(BlockPos origin, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, MultiNoiseUtil.MultiNoiseSampler noiseSampler, WorldView world) 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>> BiomeSource.locateBiome
(BlockPos origin, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, MultiNoiseUtil.MultiNoiseSampler noiseSampler, WorldView world) @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) @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Biome>> FixedBiomeSource.locateBiome
(BlockPos origin, int radius, int horizontalBlockCheckInterval, int verticalBlockCheckInterval, Predicate<RegistryEntry<Biome>> predicate, MultiNoiseUtil.MultiNoiseSampler noiseSampler, WorldView world) ModifierConstructorDescriptionFixedBiomeSource
(RegistryEntry<Biome> biome) private
TheEndBiomeSource
(RegistryEntry<Biome> centerBiome, RegistryEntry<Biome> highlandsBiome, RegistryEntry<Biome> midlandsBiome, RegistryEntry<Biome> smallIslandsBiome, RegistryEntry<Biome> barrensBiome) 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.chunk
Modifier and TypeFieldDescriptionprivate ReadableContainer<RegistryEntry<Biome>>
ChunkSection.biomeContainer
private final Supplier<RegistryEntry<Biome>>
ChunkCache.plainsEntryGetter
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) ModifierConstructorDescriptionEmptyChunk
(World world, ChunkPos pos, RegistryEntry<Biome> biomeEntry) ModifierConstructorDescriptionChunkSection
(int chunkPos, PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer) -
Uses of RegistryEntry in net.minecraft.world.dimension
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DimensionType>
DimensionOptions.dimensionTypeEntry
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DimensionType>>
DimensionType.REGISTRY_CODEC
Modifier and TypeMethodDescriptionDimensionOptions.getDimensionTypeEntry()
static RegistryEntry<DimensionType>
DimensionTypeRegistrar.initAndGetDefault
(Registry<DimensionType> registry) ModifierConstructorDescriptionDimensionOptions
(RegistryEntry<DimensionType> dimensionTypeEntry, ChunkGenerator chunkGenerator) -
Uses of RegistryEntry in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Item>
FlatLevelGeneratorPreset.displayItem
The field for thedisplayItem
record component.private final RegistryEntry<ChunkGeneratorSettings>
WorldPresets.Registrar.endChunkGeneratorSettings
private final RegistryEntry<ChunkGeneratorSettings>
WorldPresets.Registrar.netherChunkGeneratorSettings
private final RegistryEntry<DimensionType>
WorldPresets.Registrar.overworldDimensionType
private final RegistryEntry<DimensionType>
WorldPresets.Registrar.theEndDimensionType
private final RegistryEntry<DimensionType>
WorldPresets.Registrar.theNetherDimensionType
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<FlatLevelGeneratorPreset>>
FlatLevelGeneratorPreset.ENTRY_CODEC
static final com.mojang.serialization.Codec<RegistryEntry<WorldPreset>>
WorldPreset.ENTRY_CODEC
Modifier and TypeMethodDescriptionprivate RegistryEntry<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSets, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) FlatLevelGeneratorPreset.displayItem()
Returns the value of thedisplayItem
record component.FlatLevelGeneratorPresets.initAndGetDefault
(Registry<FlatLevelGeneratorPreset> registry) FlatLevelGeneratorPresets.Registrar.initAndGetDefault()
static RegistryEntry<WorldPreset>
WorldPresets.initAndGetDefault
(Registry<WorldPreset> registry) WorldPresets.Registrar.initAndGetDefault()
private RegistryEntry<WorldPreset>
WorldPresets.Registrar.register
(RegistryKey<WorldPreset> key, DimensionOptions dimensionOptions) Modifier and TypeMethodDescriptionprivate DimensionOptions
WorldPresets.Registrar.createOverworldOptions
(BiomeSource biomeSource, RegistryEntry<ChunkGeneratorSettings> chunkGeneratorSettings) static Registry<DimensionOptions>
GeneratorOptions.getRegistryWithReplacedOverworld
(Registry<DimensionOptions> options, RegistryEntry<DimensionType> dimensionType, ChunkGenerator overworldGenerator) ModifierConstructorDescriptionFlatLevelGeneratorPreset
(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig) -
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<List<RegistryEntry<Biome>>>
BlendingData.biomes
private final Function<RegistryEntry<Biome>,
GenerationSettings> ChunkGenerator.generationSettingsGetter
static final com.mojang.serialization.Codec<RegistryEntry<ChunkGeneratorSettings>>
ChunkGeneratorSettings.REGISTRY_CODEC
Modifier and TypeMethodDescriptionprivate @Nullable RegistryEntry<Biome>
Blender.blendBiome
(int x, int y, int z) FlatChunkGeneratorConfig.getBiome()
NoiseChunkGenerator.getSettings()
static RegistryEntry<ChunkGeneratorSettings>
ChunkGeneratorSettings.initAndGetDefault
(Registry<ChunkGeneratorSettings> registry) private static RegistryEntry<ChunkGeneratorSettings>
ChunkGeneratorSettings.register
(Registry<ChunkGeneratorSettings> registry, RegistryKey<ChunkGeneratorSettings> key, ChunkGeneratorSettings chunkGeneratorSettings) Modifier and TypeMethodDescriptionprivate List<RegistryEntry<Biome>>
BlendingData.getVerticalBiomeSections
(Chunk chunk, int chunkBlockX, int chunkBlockZ) private @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateConcentricRingsStructure
(Set<RegistryEntry<Structure>> structures, ServerWorld world, StructureAccessor structureAccessor, BlockPos center, boolean skipReferencedStructures, ConcentricRingsStructurePlacement placement) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateRandomSpreadStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, int centerChunkX, int centerChunkZ, int radius, boolean skipReferencedStructures, long seed, RandomSpreadStructurePlacement placement) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, boolean skipReferencedStructures, StructurePlacement placement, ChunkPos pos) @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateStructure
(ServerWorld world, RegistryEntryList<Structure> structures, BlockPos center, int radius, boolean skipReferencedStructures) Tries to find the closest structure of a given type near a given block.ChunkGenerator.streamStructureSets()
Modifier and TypeMethodDescriptionvoid
BlendingData.BiomeConsumer.consume
(int biomeX, int biomeZ, RegistryEntry<Biome> biome) FlatChunkGeneratorConfig.createGenerationSettings
(RegistryEntry<Biome> biomeEntry) private CompletableFuture<List<ChunkPos>>
ChunkGenerator.generateConcentricRingPositions
(RegistryEntry<StructureSet> structureSet, NoiseConfig noiseConfig, ConcentricRingsStructurePlacement concentricRingsStructurePlacement) ChunkGenerator.getEntitySpawnList
(RegistryEntry<Biome> biome, StructureAccessor accessor, SpawnGroup group, BlockPos pos) ChunkGenerator.getGenerationSettings
(RegistryEntry<Biome> biomeEntry) Deprecated.private List<StructurePlacement>
ChunkGenerator.getStructurePlacement
(RegistryEntry<Structure> structureEntry, NoiseConfig noiseConfig) void
FlatChunkGeneratorConfig.setBiome
(RegistryEntry<Biome> biome) boolean
ChunkGenerator.shouldStructureGenerateInRange
(RegistryEntry<StructureSet> structureSet, NoiseConfig noiseConfig, long seed, int chunkX, int chunkZ, int chunkRange) Modifier and TypeMethodDescriptionprivate @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateConcentricRingsStructure
(Set<RegistryEntry<Structure>> structures, ServerWorld world, StructureAccessor structureAccessor, BlockPos center, boolean skipReferencedStructures, ConcentricRingsStructurePlacement placement) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateRandomSpreadStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, int centerChunkX, int centerChunkZ, int radius, boolean skipReferencedStructures, long seed, RandomSpreadStructurePlacement placement) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, boolean skipReferencedStructures, StructurePlacement placement, ChunkPos pos) ModifierConstructorDescriptionNoiseChunkGenerator
(Registry<StructureSet> structureSetRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, BiomeSource populationSource, RegistryEntry<ChunkGeneratorSettings> settings) ModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource, Function<RegistryEntry<Biome>, GenerationSettings> generationSettingsGetter) -
Uses of RegistryEntry in net.minecraft.world.gen.chunk.placement
Modifier and TypeFieldDescriptionprivate final RegistryEntry<StructureSet>
StructurePlacement.ExclusionZone.otherSet
Deprecated.The field for theotherSet
record component.Modifier and TypeMethodDescriptionStructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.ModifierConstructorDescriptionExclusionZone
(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated. -
Uses of RegistryEntry in net.minecraft.world.gen.densityfunction
Modifier and TypeFieldDescriptionprivate final RegistryEntry<DensityFunction>
DensityFunctionTypes.RegistryEntryHolder.function
The field for thefunction
record component.private final RegistryEntry<DensityFunction>
DensityFunctionTypes.Spline.DensityFunctionWrapper.function
The field for thefunction
record component.private final RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunction.Noise.noiseData
The field for thenoiseData
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RegistryEntry<DensityFunction>>
DensityFunction.REGISTRY_ENTRY_CODEC
Modifier and TypeMethodDescriptionDensityFunctionTypes.RegistryEntryHolder.function()
Returns the value of thefunction
record component.DensityFunctionTypes.Spline.DensityFunctionWrapper.function()
Returns the value of thefunction
record component.private static RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
DensityFunctions.getNoiseParametersEntry
(RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> key) static RegistryEntry<? extends DensityFunction>
DensityFunctions.initAndGetDefault
(Registry<DensityFunction> registry) DensityFunction.Noise.noiseData()
Returns the value of thenoiseData
record component.private static RegistryEntry<DensityFunction>
DensityFunctions.register
(Registry<DensityFunction> registry, RegistryKey<DensityFunction> key, DensityFunction densityFunction) Modifier and TypeMethodDescriptionstatic DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double scaleY) static DensityFunction
DensityFunctionTypes.noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double scaleXz, double scaleY) static DensityFunction
DensityFunctionTypes.noiseInRange
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double min, double max) static DensityFunction
DensityFunctionTypes.noiseInRange
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double scaleY, double min, double max) static DensityFunction
DensityFunctionTypes.noiseInRange
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters, double scaleXz, double scaleY, double min, double max) private static void
DensityFunctions.registerSlopedCheeseFunction
(Registry<DensityFunction> registry, DensityFunction jaggedNoise, RegistryEntry<DensityFunction> continents, RegistryEntry<DensityFunction> erosion, RegistryKey<DensityFunction> offsetKey, RegistryKey<DensityFunction> factorKey, RegistryKey<DensityFunction> jaggednessKey, RegistryKey<DensityFunction> depthKey, RegistryKey<DensityFunction> slopedCheeseKey, boolean amplified) Creates and registers thesloped_cheese
density function.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 shiftX, DensityFunction shiftZ, double xzScale, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> noiseParameters) static DensityFunction
DensityFunctionTypes.weirdScaledSampler
(DensityFunction input, RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> parameters, DensityFunctionTypes.WeirdScaledSampler.RarityValueMapper mapper) ModifierConstructorDescriptionDensityFunctionWrapper
(RegistryEntry<DensityFunction> registryEntry) Noise
(RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters> registryEntry, @Nullable DoublePerlinNoiseSampler doublePerlinNoiseSampler) RegistryEntryHolder
(RegistryEntry<DensityFunction> registryEntry) -
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<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<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<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_GRASS
static final RegistryEntry<PlacedFeature>
MiscPlacedFeatures.DISK_GRASS
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<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<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<MultifaceGrowthFeatureConfig,
?>> 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<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.JUNGLE_BUSH
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.JUNGLE_BUSH
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<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.MANGROVE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.MANGROVE_CHECKED
static final RegistryEntry<ConfiguredFeature<RandomFeatureConfig,
?>> VegetationConfiguredFeatures.MANGROVE_VEGETATION
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<ConfiguredFeature<DefaultFeatureConfig,
?>> UndergroundConfiguredFeatures.MONSTER_ROOM
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.MONSTER_ROOM
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.MONSTER_ROOM_DEEP
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<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<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<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<ConfiguredFeature<SculkPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.SCULK_PATCH_ANCIENT_CITY
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.SCULK_PATCH_ANCIENT_CITY
static final RegistryEntry<ConfiguredFeature<SculkPatchFeatureConfig,
?>> UndergroundConfiguredFeatures.SCULK_PATCH_DEEP_DARK
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.SCULK_PATCH_DEEP_DARK
static final RegistryEntry<ConfiguredFeature<MultifaceGrowthFeatureConfig,
?>> UndergroundConfiguredFeatures.SCULK_VEIN
static final RegistryEntry<PlacedFeature>
UndergroundPlacedFeatures.SCULK_VEIN
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<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
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<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.SWAMP_OAK
static final RegistryEntry<ConfiguredFeature<TreeFeatureConfig,
?>> TreeConfiguredFeatures.TALL_MANGROVE
static final RegistryEntry<PlacedFeature>
TreePlacedFeatures.TALL_MANGROVE_CHECKED
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_MANGROVE
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<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<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 ConfiguredFeature<?,
?>> ConfiguredFeatures.getDefaultConfiguredFeature
(Registry<ConfiguredFeature<?, ?>> registry) static RegistryEntry<PlacedFeature>
PlacedFeatures.getDefaultPlacedFeature
(Registry<PlacedFeature> registry) static <FC extends FeatureConfig,
F extends Feature<FC>>
RegistryEntry<ConfiguredFeature<FC,?>> static RegistryEntry<ConfiguredFeature<DefaultFeatureConfig,
?>> ConfiguredFeatures.register
(String id, Feature<DefaultFeatureConfig> feature) 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) 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) 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) 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 TypeMethodDescriptionBuiltinNoiseParameters.init
(Registry<DoublePerlinNoiseSampler.NoiseParameters> registry) private static RegistryEntry<DoublePerlinNoiseSampler.NoiseParameters>
BuiltinNoiseParameters.register
(Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, RegistryKey<DoublePerlinNoiseSampler.NoiseParameters> registryKey, int int2, double double2, double[] double3) -
Uses of RegistryEntry in net.minecraft.world.gen.structure
Modifier and TypeFieldDescriptionstatic final RegistryEntry<Structure>
Structures.ANCIENT_CITY
static final RegistryEntry<Structure>
Structures.BASTION_REMNANT
static final RegistryEntry<Structure>
Structures.BURIED_TREASURE
static final RegistryEntry<Structure>
Structures.DESERT_PYRAMID
static final RegistryEntry<Structure>
Structures.END_CITY
static final RegistryEntry<Structure>
Structures.FORTRESS
static final RegistryEntry<Structure>
Structures.IGLOO
static final RegistryEntry<Structure>
Structures.JUNGLE_PYRAMID
static final RegistryEntry<Structure>
Structures.MANSION
static final RegistryEntry<Structure>
Structures.MINESHAFT
static final RegistryEntry<Structure>
Structures.MINESHAFT_MESA
static final RegistryEntry<Structure>
Structures.MONUMENT
static final RegistryEntry<Structure>
Structures.NETHER_FOSSIL
static final RegistryEntry<Structure>
Structures.OCEAN_RUIN_COLD
static final RegistryEntry<Structure>
Structures.OCEAN_RUIN_WARM
static final RegistryEntry<Structure>
Structures.PILLAGER_OUTPOST
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_DESERT
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_JUNGLE
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_MOUNTAIN
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_NETHER
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_OCEAN
static final RegistryEntry<Structure>
Structures.RUINED_PORTAL_SWAMP
static final RegistryEntry<Structure>
Structures.SHIPWRECK
static final RegistryEntry<Structure>
Structures.SHIPWRECK_BEACHED
private final RegistryEntry<StructurePool>
JigsawStructure.startPool
static final RegistryEntry<Structure>
Structures.STRONGHOLD
static final RegistryEntry<Structure>
Structures.SWAMP_HUT
static final RegistryEntry<Structure>
Structures.VILLAGE_DESERT
static final RegistryEntry<Structure>
Structures.VILLAGE_PLAINS
static final RegistryEntry<Structure>
Structures.VILLAGE_SAVANNA
static final RegistryEntry<Structure>
Structures.VILLAGE_SNOWY
static final RegistryEntry<Structure>
Structures.VILLAGE_TAIGA
Modifier and TypeFieldDescriptionprivate final Predicate<RegistryEntry<Biome>>
Structure.Context.biomePredicate
The field for thebiomePredicate
record component.static final com.mojang.serialization.Codec<RegistryEntry<Structure>>
Structure.ENTRY_CODEC
Modifier and TypeMethodDescriptionstatic RegistryEntry<? extends Structure>
Structures.getDefault
(Registry<Structure> registry) private static RegistryEntry<Structure>
Structures.register
(RegistryKey<Structure> key, Structure structure) Modifier and TypeMethodDescriptionStructure.Context.biomePredicate()
Returns the value of thebiomePredicate
record component.Modifier and TypeMethodDescriptionprivate static boolean
RuinedPortalStructure.isColdAt
(BlockPos pos, RegistryEntry<Biome> biome) Modifier and TypeMethodDescriptionStructure.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes) private static boolean
Structure.isBiomeValid
(Structure.StructurePosition result, ChunkGenerator chunkGenerator, NoiseConfig noiseConfig, Predicate<RegistryEntry<Biome>> validBiomes) ModifierConstructorDescriptionJigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack) JigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Type projectStartToHeightmap) JigsawStructure
(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter) ModifierConstructorDescriptionContext
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, HeightLimitView world, Predicate<RegistryEntry<Biome>> biomePredicate) Context
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, ChunkRandom chunkRandom, long long2, ChunkPos chunkPos, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate) -
Uses of 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, NoiseConfig noiseConfig, Chunk chunk, ChunkNoiseSampler chunkNoiseSampler, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Registry<Biome> registry, HeightContext heightContext) -
Uses of RegistryEntry in net.minecraft.world.poi
Modifier and TypeFieldDescriptionprivate final RegistryEntry<PointOfInterestType>
PointOfInterest.type
Modifier and TypeFieldDescriptionstatic final Predicate<RegistryEntry<PointOfInterestType>>
PointOfInterestType.NONE
private static final Map<BlockState,
RegistryEntry<PointOfInterestType>> PointOfInterestTypes.POI_STATES_TO_TYPE
private final Map<RegistryEntry<PointOfInterestType>,
Set<PointOfInterest>> PointOfInterestSet.pointsOfInterestByType
Modifier and TypeMethodDescriptionOptional<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getNearestTypeAndPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Stream<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getSortedTypesAndPositions
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) static Optional<RegistryEntry<PointOfInterestType>>
PointOfInterestTypes.getTypeForState
(BlockState state) Stream<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getTypesAndPositions
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Modifier and TypeMethodDescriptionvoid
PointOfInterestSet.add
(BlockPos pos, RegistryEntry<PointOfInterestType> type) void
PointOfInterestStorage.add
(BlockPos pos, RegistryEntry<PointOfInterestType> type) private static void
PointOfInterestTypes.registerStates
(RegistryEntry<PointOfInterestType> poiType) Modifier and TypeMethodDescriptionlong
PointOfInterestStorage.count
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestSet.get
(Predicate<RegistryEntry<PointOfInterestType>> predicate, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getInChunk
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, ChunkPos chunkPos, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getInCircle
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getInSquare
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getNearestPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getNearestPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Optional<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getNearestTypeAndPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BiPredicate<RegistryEntry<PointOfInterestType>, BlockPos> biPredicate, BlockPos pos, int radius) PointOfInterestStorage.getPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BiPredicate<RegistryEntry<PointOfInterestType>, BlockPos> biPredicate, BlockPos pos, int radius) PointOfInterestStorage.getPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getPosition
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> positionPredicate, PointOfInterestStorage.OccupationStatus occupationStatus, BlockPos pos, int radius, Random random) PointOfInterestStorage.getPositions
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Stream<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getSortedTypesAndPositions
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Stream<com.mojang.datafixers.util.Pair<RegistryEntry<PointOfInterestType>,
BlockPos>> PointOfInterestStorage.getTypesAndPositions
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, Predicate<BlockPos> posPredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) private void
PointOfInterestStorage.scanAndPopulate
(ChunkSection chunkSection, ChunkSectionPos sectionPos, BiConsumer<BlockPos, RegistryEntry<PointOfInterestType>> populator) boolean
PointOfInterestSet.test
(BlockPos pos, Predicate<RegistryEntry<PointOfInterestType>> predicate) boolean
PointOfInterestStorage.test
(BlockPos pos, Predicate<RegistryEntry<PointOfInterestType>> predicate) void
PointOfInterestSet.updatePointsOfInterest
(Consumer<BiConsumer<BlockPos, RegistryEntry<PointOfInterestType>>> updater) ModifierConstructorDescriptionprivate
PointOfInterest
(BlockPos pos, RegistryEntry<PointOfInterestType> type, int freeTickets, Runnable updateListener) PointOfInterest
(BlockPos pos, RegistryEntry<PointOfInterestType> type, Runnable updateListener)