Uses of Class
net.minecraft.world.gen.feature.StructureFeature
Packages that use StructureFeature
Package
Description
-
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_DESTINATION
private TagKey<StructureFeature>
ExplorationMapLootFunction.Builder.destination
(package private) final TagKey<StructureFeature>
ExplorationMapLootFunction.destination
Methods 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.feature
private final @Nullable RegistryKey<StructureFeature>
LocationPredicate.feature
Method parameters in net.minecraft.predicate.entity with type arguments of type StructureFeatureModifier and TypeMethodDescriptionLocationPredicate.Builder.feature
(@Nullable RegistryKey<StructureFeature> feature) static LocationPredicate
LocationPredicate.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 int
LocateCommand.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
Classes in net.minecraft.structure with type parameters of type StructureFeatureFields in net.minecraft.structure declared as StructureFeatureFields in net.minecraft.structure with type parameters of type StructureFeatureModifier and TypeFieldDescriptionprivate final RegistryEntry<StructureFeature>
StructureSet.WeightedEntry.structure
The field for thestructure
record component.Methods in net.minecraft.structure with type parameters of type StructureFeatureMethods 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 thestructure
record component.Method parameters in net.minecraft.structure with type arguments of type StructureFeatureModifier and TypeMethodDescriptionstatic StructureSet.WeightedEntry
StructureSet.createEntry
(RegistryEntry<StructureFeature> structure) static StructureSet.WeightedEntry
StructureSet.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_BLACK
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.CATS_SPAWN_IN
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.DOLPHIN_LOCATED
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.EYE_OF_ENDER_LOCATED
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.MINESHAFT
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.OCEAN_RUIN
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.ON_OCEAN_EXPLORER_MAPS
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.ON_TREASURE_MAPS
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.ON_WOODLAND_EXPLORER_MAPS
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.RUINED_PORTAL
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.SHIPWRECK
static final TagKey<StructureFeature>
ConfiguredStructureFeatureTags.VILLAGE
Methods 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_FEATURE
static 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.structure
Constructor 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.cachedFeaturesByChunkPos
private final Registry<StructureFeature>
StructureLocator.configuredStructureFeatureRegistry
private final Map<StructureFeature,
Long2BooleanMap> StructureLocator.generationPossibilityByFeature
Methods 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 TypeMethodDescriptionvoid
StructureHolder.addStructureReference
(StructureFeature structureFeature, long reference) private StructurePresence
StructureLocator.getStructurePresence
(Object2IntMap<StructureFeature> referencesByStructure, StructureFeature feature, boolean skipExistingChunk) StructureLocator.getStructurePresence
(ChunkPos chunkPos, StructureFeature structureFeature, boolean skipExistingChunk) private @Nullable StructurePresence
StructureLocator.getStructurePresence
(ChunkPos pos, StructureFeature feature, boolean skipExistingChunk, long posLong) StructureHolder.getStructureReferences
(StructureFeature structureFeature) StructureHolder.getStructureStart
(StructureFeature structureFeature) void
StructureLocator.incrementReferences
(ChunkPos pos, StructureFeature feature) private boolean
StructureLocator.isGenerationPossible
(ChunkPos pos, StructureFeature feature) Returns whetherfeature
is able to generate inpos
.void
StructureHolder.setStructureStart
(StructureFeature structureFeature, StructureStart start) Method parameters in net.minecraft.world with type arguments of type StructureFeatureModifier and TypeMethodDescriptionprivate void
StructureLocator.cache
(long pos, Object2IntMap<StructureFeature> referencesByStructure) void
StructureLocator.cache
(ChunkPos pos, Map<StructureFeature, StructureStart> structureStarts) private static Object2IntMap<StructureFeature>
StructureLocator.createMapIfEmpty
(Object2IntMap<StructureFeature> map) private StructurePresence
StructureLocator.getStructurePresence
(Object2IntMap<StructureFeature> referencesByStructure, StructureFeature feature, boolean skipExistingChunk) void
StructureHolder.setStructureReferences
(Map<StructureFeature, LongSet> structureReferences) private static NbtCompound
ChunkSerializer.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.structureReferences
private final Map<StructureFeature,
StructureStart> Chunk.structureStarts
Methods 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 TypeMethodDescriptionvoid
Chunk.addStructureReference
(StructureFeature structureFeature, long reference) void
ReadOnlyChunk.addStructureReference
(StructureFeature structureFeature, long reference) Chunk.getStructureReferences
(StructureFeature structureFeature) ReadOnlyChunk.getStructureReferences
(StructureFeature structureFeature) Chunk.getStructureStart
(StructureFeature structureFeature) ReadOnlyChunk.getStructureStart
(StructureFeature structureFeature) void
Chunk.setStructureStart
(StructureFeature structureFeature, StructureStart start) void
ProtoChunk.setStructureStart
(StructureFeature structureFeature, StructureStart start) void
ReadOnlyChunk.setStructureStart
(StructureFeature structureFeature, StructureStart start) Method parameters in net.minecraft.world.chunk with type arguments of type StructureFeatureModifier and TypeMethodDescriptionvoid
Chunk.setStructureReferences
(Map<StructureFeature, LongSet> structureReferences) void
ReadOnlyChunk.setStructureReferences
(Map<StructureFeature, LongSet> structureReferences) void
Chunk.setStructureStarts
(Map<StructureFeature, StructureStart> structureStarts) void
ReadOnlyChunk.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 TypeMethodDescriptionvoid
StructureAccessor.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.void
StructureAccessor.method_41032
(StructureFeature structureFeature, LongSet longSet, Consumer<StructureStart> consumer) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, StructureFeature structureFeature, StructureStart structureStart, StructureHolder holder) Method parameters in net.minecraft.world.gen with type arguments of type StructureFeatureModifier and TypeMethodDescriptionStructureAccessor.getStructureContaining
(BlockPos pos, TagKey<StructureFeature> structureFeatureTag) StructureAccessor.getStructureContaining
(BlockPos pos, RegistryKey<StructureFeature> structureFeature) StructureAccessor.method_41035
(ChunkPos chunkPos, Predicate<StructureFeature> predicate) -
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.structurePlacements
Methods 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 world, RegistryEntryList<StructureFeature> structures, 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 int
ChunkGenerator.getStructureReferences
(StructureAccessor structureAccessor, Chunk chunk, ChunkSectionPos sectionPos, StructureFeature structure) 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 world, RegistryEntryList<StructureFeature> structures, 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, NoiseConfig noiseConfig) 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 TypeClassDescriptionclass
class
class
class
class
final class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.gen.feature with type parameters of type StructureFeatureModifier and TypeFieldDescriptionstatic final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.ANCIENT_CITY
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.BASTION_REMNANT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.BASTION_REMNANT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.BURIED_TREASURE
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.BURIED_TREASURE
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.DESERT_PYRAMID
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.DESERT_PYRAMID
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.END_CITY
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.END_CITY
static final com.mojang.serialization.Codec<StructureFeature>
StructureFeature.FEATURE_CODEC
static final com.mojang.serialization.Codec<RegistryEntry<StructureFeature>>
StructureFeature.FEATURE_ENTRY_CODEC
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.field_38476
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.FORTRESS
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.FORTRESS
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.IGLOO
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.IGLOO
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.JUNGLE_PYRAMID
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.JUNGLE_PYRAMID
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.MANSION
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.MANSION
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.MINESHAFT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.MINESHAFT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.MINESHAFT_MESA
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.MINESHAFT_MESA
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.MONUMENT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.MONUMENT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.NETHER_FOSSIL
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.NETHER_FOSSIL
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.OCEAN_RUIN_COLD
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.OCEAN_RUIN_COLD
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.OCEAN_RUIN_WARM
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.OCEAN_RUIN_WARM
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.PILLAGER_OUTPOST
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.PILLAGER_OUTPOST
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_DESERT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_DESERT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_JUNGLE
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_JUNGLE
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_MOUNTAIN
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_MOUNTAIN
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_NETHER
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_NETHER
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_OCEAN
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_OCEAN
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.RUINED_PORTAL_SWAMP
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.RUINED_PORTAL_SWAMP
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.SHIPWRECK
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.SHIPWRECK
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.SHIPWRECK_BEACHED
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.SHIPWRECK_BEACHED
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.STRONGHOLD
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.STRONGHOLD
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.SWAMP_HUT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.SWAMP_HUT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.VILLAGE_DESERT
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.VILLAGE_DESERT
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.VILLAGE_PLAINS
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.VILLAGE_PLAINS
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.VILLAGE_SAVANNA
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.VILLAGE_SAVANNA
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.VILLAGE_SNOWY
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.VILLAGE_SNOWY
static final RegistryKey<StructureFeature>
ConfiguredStructureFeatureKeys.VILLAGE_TAIGA
static final RegistryEntry<StructureFeature>
ConfiguredStructureFeatures.VILLAGE_TAIGA
Methods in net.minecraft.world.gen.feature with type parameters of type StructureFeatureModifier and TypeMethodDescriptionstatic <S extends StructureFeature>
com.mojang.serialization.codecs.RecordCodecBuilder<S,StructureFeature.Config> StructureFeature.configCodecBuilder
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) static <S extends StructureFeature>
com.mojang.serialization.Codec<S>StructureFeature.createCodec
(Function<StructureFeature.Config, S> featureCreator) 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)