Uses of Class
net.minecraft.world.gen.feature.StructureFeature
Packages that use StructureFeature
Package
Description
The base package for all Minecraft classes.
-
Uses of StructureFeature in net.minecraft
Classes in net.minecraft with type parameters of type StructureFeatureSubclasses of StructureFeature in net.minecraftMethods in net.minecraft with type parameters of type StructureFeatureModifier and TypeMethodDescriptionprivate static <S extends StructureFeature>
class_7151<S>class_7151.method_41623(String string, com.mojang.serialization.Codec<S> codec) -
Uses of StructureFeature in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionRegistryPredicateArgumentType.getConfiguredStructureFeaturePredicate(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of StructureFeature in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type StructureFeatureModifier and TypeFieldDescriptionstatic final TagKey<StructureFeature>ExplorationMapLootFunction.DEFAULT_DESTINATIONprivate TagKey<StructureFeature>ExplorationMapLootFunction.Builder.destination(package private) final TagKey<StructureFeature>ExplorationMapLootFunction.destinationMethods in net.minecraft.loot.function that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate static TagKey<StructureFeature>ExplorationMapLootFunction.Serializer.getDestination(JsonObject json) Method parameters in net.minecraft.loot.function with type arguments of type StructureFeatureModifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDestination(TagKey<StructureFeature> destination) Constructor parameters in net.minecraft.loot.function with type arguments of type StructureFeatureModifierConstructorDescription(package private)ExplorationMapLootFunction(LootCondition[] conditions, TagKey<StructureFeature> destination, MapIcon.Type decoration, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of StructureFeature in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate @Nullable RegistryKey<StructureFeature>LocationPredicate.Builder.featureprivate final @Nullable RegistryKey<StructureFeature>LocationPredicate.featureMethod parameters in net.minecraft.predicate.entity with type arguments of type StructureFeatureModifier and TypeMethodDescriptionLocationPredicate.Builder.feature(@Nullable RegistryKey<StructureFeature> feature) static LocationPredicateLocationPredicate.feature(RegistryKey<StructureFeature> feature) -
Uses of StructureFeature in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate static intLocateCommand.execute(ServerCommandSource source, RegistryPredicateArgumentType.RegistryPredicate<StructureFeature> structureFeature) -
Uses of StructureFeature in net.minecraft.server.world
Method parameters in net.minecraft.server.world with type arguments of type StructureFeatureModifier and TypeMethodDescriptionServerWorld.locateStructure(TagKey<StructureFeature> structureTag, BlockPos pos, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block. -
Uses of StructureFeature in net.minecraft.structure
Fields in net.minecraft.structure declared as StructureFeatureFields in net.minecraft.structure with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final RegistryEntry<StructureFeature>StructureSet.WeightedEntry.structureThe field for thestructurerecord component.Methods in net.minecraft.structure that return StructureFeatureMethods in net.minecraft.structure that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionStructureSet.WeightedEntry.structure()Returns the value of thestructurerecord component.Method parameters in net.minecraft.structure with type arguments of type StructureFeatureModifier and TypeMethodDescriptionstatic StructureSet.WeightedEntryStructureSet.createEntry(RegistryEntry<StructureFeature> structure) static StructureSet.WeightedEntryStructureSet.createEntry(RegistryEntry<StructureFeature> structure, int weight) static RegistryEntry<StructureSet>StructureSets.register(RegistryKey<StructureSet> key, RegistryEntry<StructureFeature> configuredStructureFigure, StructurePlacement placement) Constructors in net.minecraft.structure with parameters of type StructureFeatureModifierConstructorDescriptionStructureStart(StructureFeature feature, ChunkPos pos, int references, StructurePiecesList children) Constructor parameters in net.minecraft.structure with type arguments of type StructureFeatureModifierConstructorDescriptionStructureSet(RegistryEntry<StructureFeature> structure, StructurePlacement placement) WeightedEntry(RegistryEntry<StructureFeature> registryEntry, int int2) -
Uses of StructureFeature in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type StructureFeatureModifier and TypeFieldDescriptionstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.CATS_SPAWN_AS_BLACKstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.CATS_SPAWN_INstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.DOLPHIN_LOCATEDstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.EYE_OF_ENDER_LOCATEDstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.MINESHAFTstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.OCEAN_RUINstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.ON_OCEAN_EXPLORER_MAPSstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.ON_TREASURE_MAPSstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.ON_WOODLAND_EXPLORER_MAPSstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.RUINED_PORTALstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.SHIPWRECKstatic final TagKey<StructureFeature>ConfiguredStructureFeatureTags.VILLAGEMethods in net.minecraft.tag that return types with arguments of type StructureFeature -
Uses of StructureFeature in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructureFeatureModifier and TypeFieldDescriptionstatic final Registry<StructureFeature>BuiltinRegistries.CONFIGURED_STRUCTURE_FEATUREstatic final RegistryKey<Registry<StructureFeature>>Registry.CONFIGURED_STRUCTURE_FEATURE_KEY -
Uses of StructureFeature in net.minecraft.village
Fields in net.minecraft.village with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final TagKey<StructureFeature>TradeOffers.SellMapFactory.structureConstructor parameters in net.minecraft.village with type arguments of type StructureFeatureModifierConstructorDescriptionSellMapFactory(int price, TagKey<StructureFeature> structure, String nameKey, MapIcon.Type iconType, int maxUses, int experience) -
Uses of StructureFeature in net.minecraft.world
Fields in net.minecraft.world with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final Long2ObjectMap<Object2IntMap<StructureFeature>>StructureLocator.cachedFeaturesByChunkPosprivate final Registry<StructureFeature>StructureLocator.configuredStructureFeatureRegistryprivate final Map<StructureFeature,Long2BooleanMap> StructureLocator.generationPossibilityByFeatureMethods in net.minecraft.world that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate @Nullable Object2IntMap<StructureFeature>StructureLocator.collectStructuresAndReferences(NbtCompound nbt) private static Object2IntMap<StructureFeature>StructureLocator.createMapIfEmpty(Object2IntMap<StructureFeature> map) StructureHolder.getStructureReferences()private static Map<StructureFeature,LongSet> ChunkSerializer.readStructureReferences(DynamicRegistryManager dynamicRegistryManager, ChunkPos chunkPos, NbtCompound nbtCompound) private static Map<StructureFeature,StructureStart> ChunkSerializer.readStructureStarts(StructureContext context, NbtCompound nbt, long worldSeed) Methods in net.minecraft.world with parameters of type StructureFeatureModifier and TypeMethodDescriptionvoidStructureHolder.addStructureReference(StructureFeature structureFeature, long reference) private StructurePresenceStructureLocator.getStructurePresence(Object2IntMap<StructureFeature> referencesByStructure, StructureFeature feature, boolean skipExistingChunk) StructureLocator.getStructurePresence(ChunkPos chunkPos, StructureFeature structureFeature, boolean skipExistingChunk) private @Nullable StructurePresenceStructureLocator.getStructurePresence(ChunkPos pos, StructureFeature feature, boolean skipExistingChunk, long posLong) StructureHolder.getStructureReferences(StructureFeature structureFeature) StructureHolder.getStructureStart(StructureFeature structureFeature) voidStructureLocator.incrementReferences(ChunkPos pos, StructureFeature feature) private booleanStructureLocator.isGenerationPossible(ChunkPos pos, StructureFeature feature) Returns whetherfeatureis able to generate inpos.voidStructureHolder.setStructureStart(StructureFeature structureFeature, StructureStart start) Method parameters in net.minecraft.world with type arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate voidStructureLocator.cache(long pos, Object2IntMap<StructureFeature> referencesByStructure) voidStructureLocator.cache(ChunkPos pos, Map<StructureFeature, StructureStart> structureStarts) private static Object2IntMap<StructureFeature>StructureLocator.createMapIfEmpty(Object2IntMap<StructureFeature> map) private StructurePresenceStructureLocator.getStructurePresence(Object2IntMap<StructureFeature> referencesByStructure, StructureFeature feature, boolean skipExistingChunk) voidStructureHolder.setStructureReferences(Map<StructureFeature, LongSet> structureReferences) private static NbtCompoundChunkSerializer.writeStructures(StructureContext context, ChunkPos pos, Map<StructureFeature, StructureStart> starts, Map<StructureFeature, LongSet> references) -
Uses of StructureFeature in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final Map<StructureFeature,LongSet> Chunk.structureReferencesprivate final Map<StructureFeature,StructureStart> Chunk.structureStartsMethods in net.minecraft.world.chunk that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionChunk.getStructureReferences()ReadOnlyChunk.getStructureReferences()Chunk.getStructureStarts()ReadOnlyChunk.getStructureStarts()Methods in net.minecraft.world.chunk with parameters of type StructureFeatureModifier and TypeMethodDescriptionvoidChunk.addStructureReference(StructureFeature structureFeature, long reference) voidReadOnlyChunk.addStructureReference(StructureFeature structureFeature, long reference) Chunk.getStructureReferences(StructureFeature structureFeature) ReadOnlyChunk.getStructureReferences(StructureFeature structureFeature) Chunk.getStructureStart(StructureFeature structureFeature) ReadOnlyChunk.getStructureStart(StructureFeature structureFeature) voidChunk.setStructureStart(StructureFeature structureFeature, StructureStart start) voidProtoChunk.setStructureStart(StructureFeature structureFeature, StructureStart start) voidReadOnlyChunk.setStructureStart(StructureFeature structureFeature, StructureStart start) Method parameters in net.minecraft.world.chunk with type arguments of type StructureFeatureModifier and TypeMethodDescriptionvoidChunk.setStructureReferences(Map<StructureFeature, LongSet> structureReferences) voidReadOnlyChunk.setStructureReferences(Map<StructureFeature, LongSet> structureReferences) voidChunk.setStructureStarts(Map<StructureFeature, StructureStart> structureStarts) voidReadOnlyChunk.setStructureStarts(Map<StructureFeature, StructureStart> structureStarts) -
Uses of StructureFeature in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return types with arguments of type StructureFeatureMethods in net.minecraft.world.gen with parameters of type StructureFeatureModifier and TypeMethodDescriptionvoidStructureAccessor.addStructureReference(ChunkSectionPos pos, StructureFeature structureFeature, long reference, StructureHolder holder) StructureAccessor.getStructureAt(BlockPos pos, StructureFeature structureFeature) StructureAccessor.getStructureContaining(BlockPos pos, StructureFeature structureFeature) Returns a structure that contains the givenpos.StructureAccessor.getStructurePresence(ChunkPos chunkPos, StructureFeature structureFeature, boolean skipExistingChunk) StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature structureFeature, StructureHolder holder) StructureAccessor.getStructureStarts(ChunkSectionPos sectionPos, StructureFeature structureFeature) Returns a list of structure starts for this chunk.voidStructureAccessor.method_41032(StructureFeature structureFeature, LongSet longSet, Consumer<StructureStart> consumer) voidStructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature structureFeature, StructureStart structureStart, StructureHolder holder) Method parameters in net.minecraft.world.gen with type arguments of type StructureFeatureModifier and TypeMethodDescriptionStructureAccessor.method_41034(BlockPos blockPos, RegistryKey<StructureFeature> registryKey) StructureAccessor.method_41035(ChunkSectionPos chunkSectionPos, Predicate<StructureFeature> predicate) StructureAccessor.method_41413(BlockPos blockPos, TagKey<StructureFeature> tagKey) -
Uses of StructureFeature in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final Map<StructureFeature,List<StructurePlacement>> ChunkGenerator.field_37055Methods in net.minecraft.world.gen.chunk that return types with arguments of type StructureFeatureModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.locateStructure(ServerWorld serverWorld, RegistryEntryList<StructureFeature> registryEntryList, BlockPos center, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block.private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_40146(Set<RegistryEntry<StructureFeature>> set, WorldView worldView, StructureAccessor structureAccessor, int int2, int int3, int int4, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) private @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_40148(Set<RegistryEntry<StructureFeature>> set, ServerWorld serverWorld, StructureAccessor structureAccessor, BlockPos blockPos, boolean bool, ConcentricRingsStructurePlacement concentricRingsStructurePlacement) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_41522(Set<RegistryEntry<StructureFeature>> set, WorldView worldView, StructureAccessor structureAccessor, boolean bool, StructurePlacement structurePlacement, ChunkPos chunkPos) Methods in net.minecraft.world.gen.chunk with parameters of type StructureFeatureModifier and TypeMethodDescriptionprivate static intChunkGenerator.getStructureReferences(StructureAccessor structureAccessor, Chunk chunk, ChunkSectionPos sectionPos, StructureFeature structureFeature) Method parameters in net.minecraft.world.gen.chunk with type arguments of type StructureFeatureModifier and TypeMethodDescription@Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.locateStructure(ServerWorld serverWorld, RegistryEntryList<StructureFeature> registryEntryList, BlockPos center, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block.private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_40146(Set<RegistryEntry<StructureFeature>> set, WorldView worldView, StructureAccessor structureAccessor, int int2, int int3, int int4, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) private @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_40148(Set<RegistryEntry<StructureFeature>> set, ServerWorld serverWorld, StructureAccessor structureAccessor, BlockPos blockPos, boolean bool, ConcentricRingsStructurePlacement concentricRingsStructurePlacement) private List<StructurePlacement>ChunkGenerator.method_41055(RegistryEntry<StructureFeature> registryEntry, class_7138 class_7138) private static @Nullable com.mojang.datafixers.util.Pair<BlockPos,RegistryEntry<StructureFeature>> ChunkGenerator.method_41522(Set<RegistryEntry<StructureFeature>> set, WorldView worldView, StructureAccessor structureAccessor, boolean bool, StructurePlacement structurePlacement, ChunkPos chunkPos) -
Uses of StructureFeature in net.minecraft.world.gen.feature
Subclasses of StructureFeature in net.minecraft.world.gen.featureModifier and TypeClassDescriptionclassclassclassclassfinal classclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.world.gen.feature with type parameters of type StructureFeatureModifier and TypeFieldDescriptionstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.BASTION_REMNANTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.BASTION_REMNANTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.BURIED_TREASUREstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.BURIED_TREASUREstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.DESERT_PYRAMIDstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.DESERT_PYRAMIDstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.END_CITYstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.END_CITYstatic final com.mojang.serialization.Codec<StructureFeature>StructureFeature.field_37744static final com.mojang.serialization.Codec<RegistryEntry<StructureFeature>>StructureFeature.field_37745static final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.FORTRESSstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.FORTRESSstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.IGLOOstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.IGLOOstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.JUNGLE_PYRAMIDstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.JUNGLE_PYRAMIDstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.MANSIONstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.MANSIONstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.MINESHAFTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.MINESHAFTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.MINESHAFT_MESAstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.MINESHAFT_MESAstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.MONUMENTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.MONUMENTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.NETHER_FOSSILstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.NETHER_FOSSILstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.OCEAN_RUIN_COLDstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.OCEAN_RUIN_COLDstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.OCEAN_RUIN_WARMstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.OCEAN_RUIN_WARMstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.PILLAGER_OUTPOSTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.PILLAGER_OUTPOSTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTALstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTALstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_DESERTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_DESERTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_JUNGLEstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_JUNGLEstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_MOUNTAINstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_MOUNTAINstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_NETHERstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_NETHERstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_OCEANstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_OCEANstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.RUINED_PORTAL_SWAMPstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.RUINED_PORTAL_SWAMPstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.SHIPWRECKstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.SHIPWRECKstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.SHIPWRECK_BEACHEDstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.SHIPWRECK_BEACHEDstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.STRONGHOLDstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.STRONGHOLDstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.SWAMP_HUTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.SWAMP_HUTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.VILLAGE_DESERTstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.VILLAGE_DESERTstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.VILLAGE_PLAINSstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.VILLAGE_PLAINSstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.VILLAGE_SAVANNAstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.VILLAGE_SAVANNAstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.VILLAGE_SNOWYstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.VILLAGE_SNOWYstatic final RegistryKey<StructureFeature>ConfiguredStructureFeatureKeys.VILLAGE_TAIGAstatic final RegistryEntry<StructureFeature>ConfiguredStructureFeatures.VILLAGE_TAIGAMethods in net.minecraft.world.gen.feature with type parameters of type StructureFeatureModifier and TypeMethodDescriptionstatic <S extends StructureFeature>
com.mojang.datafixers.Products.P4<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<S>,RegistryEntryList<Biome>, Map<SpawnGroup, StructureSpawns>, GenerationStep.Feature, Boolean> StructureFeature.method_41608(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) Methods in net.minecraft.world.gen.feature that return types with arguments of type StructureFeatureModifier and TypeMethodDescriptionstatic RegistryEntry<? extends StructureFeature>ConfiguredStructureFeatures.getDefault()private static RegistryKey<StructureFeature>private static RegistryEntry<StructureFeature>ConfiguredStructureFeatures.register(RegistryKey<StructureFeature> key, StructureFeature configuredStructureFeature) Methods in net.minecraft.world.gen.feature with parameters of type StructureFeatureModifier and TypeMethodDescriptionprivate static RegistryEntry<StructureFeature>ConfiguredStructureFeatures.register(RegistryKey<StructureFeature> key, StructureFeature configuredStructureFeature) Method parameters in net.minecraft.world.gen.feature with type arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate static RegistryEntry<StructureFeature>ConfiguredStructureFeatures.register(RegistryKey<StructureFeature> key, StructureFeature configuredStructureFeature)