Uses of Record Class
net.minecraft.world.level.levelgen.structure.StructureSet
Packages that use StructureSet
Package
Description
-
Uses of StructureSet in net.minecraft.core
Fields in net.minecraft.core with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<StructureSet>>
Registry.STRUCTURE_SET_REGISTRY
-
Uses of StructureSet in net.minecraft.data
Fields in net.minecraft.data with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final Registry<StructureSet>
BuiltinRegistries.STRUCTURE_SETS
-
Uses of StructureSet in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final Holder<StructureSet>
StructureSets.ANCIENT_CITIES
static final Holder<StructureSet>
StructureSets.BURIED_TREASURES
static final Holder<StructureSet>
StructureSets.DESERT_PYRAMIDS
static final Holder<StructureSet>
StructureSets.END_CITIES
static final Holder<StructureSet>
StructureSets.IGLOOS
static final Holder<StructureSet>
StructureSets.JUNGLE_TEMPLES
static final Holder<StructureSet>
StructureSets.MINESHAFTS
static final Holder<StructureSet>
StructureSets.NETHER_COMPLEXES
static final Holder<StructureSet>
StructureSets.NETHER_FOSSILS
static final Holder<StructureSet>
StructureSets.OCEAN_MONUMENTS
static final Holder<StructureSet>
StructureSets.OCEAN_RUINS
static final Holder<StructureSet>
StructureSets.PILLAGER_OUTPOSTS
static final Holder<StructureSet>
StructureSets.RUINED_PORTALS
static final Holder<StructureSet>
StructureSets.SHIPWRECKS
static final Holder<StructureSet>
StructureSets.STRONGHOLDS
static final Holder<StructureSet>
StructureSets.SWAMP_HUTS
static final Holder<StructureSet>
StructureSets.VILLAGES
static final Holder<StructureSet>
StructureSets.WOODLAND_MANSIONS
Methods in net.minecraft.data.worldgen that return types with arguments of type StructureSetModifier and TypeMethodDescriptionstatic Holder<StructureSet>
StructureSets.bootstrap
(Registry<StructureSet> p_236498_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211132_, Holder<Structure> p_211133_, StructurePlacement p_211134_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211129_, StructureSet p_211130_) Methods in net.minecraft.data.worldgen with parameters of type StructureSetModifier and TypeMethodDescriptionstatic Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211129_, StructureSet p_211130_) Method parameters in net.minecraft.data.worldgen with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic Holder<StructureSet>
StructureSets.bootstrap
(Registry<StructureSet> p_236498_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211132_, Holder<Structure> p_211133_, StructurePlacement p_211134_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211129_, StructureSet p_211130_) -
Uses of StructureSet in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type StructureSetModifier and TypeFieldDescriptionprotected final Optional<HolderSet<StructureSet>>
ChunkGenerator.structureOverrides
protected final Registry<StructureSet>
ChunkGenerator.structureSets
Methods in net.minecraft.world.level.chunk that return types with arguments of type StructureSetModifier and TypeMethodDescriptionprotected static <T extends ChunkGenerator>
com.mojang.datafixers.Products.P1<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<T>,Registry<StructureSet>> ChunkGenerator.commonCodec
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<T> p_208006_) ChunkGenerator.possibleStructureSets()
Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifier and TypeMethodDescriptionprivate CompletableFuture<List<ChunkPos>>
ChunkGenerator.generateRingPositions
(Holder<StructureSet> p_223149_, RandomState p_223150_, ConcentricRingsStructurePlacement p_223151_) boolean
ChunkGenerator.hasStructureChunkInRange
(Holder<StructureSet> p_223142_, RandomState p_223143_, long p_223144_, int p_223145_, int p_223146_, int p_223147_) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> p_207960_, Optional<HolderSet<StructureSet>> p_207961_, BiomeSource p_207962_) ChunkGenerator
(Registry<StructureSet> p_207960_, Optional<HolderSet<StructureSet>> p_207961_, BiomeSource p_207962_) ChunkGenerator
(Registry<StructureSet> p_223024_, Optional<HolderSet<StructureSet>> p_223025_, BiomeSource p_223026_, Function<Holder<Biome>, BiomeGenerationSettings> p_223027_) ChunkGenerator
(Registry<StructureSet> p_223024_, Optional<HolderSet<StructureSet>> p_223025_, BiomeSource p_223026_, Function<Holder<Biome>, BiomeGenerationSettings> p_223027_) -
Uses of StructureSet in net.minecraft.world.level.levelgen
Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type StructureSetModifierConstructorDescriptionDebugLevelSource
(Registry<StructureSet> p_208205_, Registry<Biome> p_208206_) FlatLevelSource
(Registry<StructureSet> p_209099_, FlatLevelGeneratorSettings p_209100_) NoiseBasedChunkGenerator
(Registry<StructureSet> p_224206_, Registry<NormalNoise.NoiseParameters> p_224207_, BiomeSource p_224208_, Holder<NoiseGeneratorSettings> p_224209_) -
Uses of StructureSet in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final Optional<HolderSet<StructureSet>>
FlatLevelGeneratorSettings.structureOverrides
private final Registry<StructureSet>
FlatLevelGeneratorPresets.Bootstrap.structureSets
Methods in net.minecraft.world.level.levelgen.flat that return types with arguments of type StructureSetMethod parameters in net.minecraft.world.level.levelgen.flat with type arguments of type StructureSetModifier and TypeMethodDescriptionprivate Holder<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> p_226287_, ItemLike p_226288_, ResourceKey<Biome> p_226289_, Set<ResourceKey<StructureSet>> p_226290_, boolean p_226291_, boolean p_226292_, FlatLayerInfo... p_226293_) FlatLevelGeneratorSettings.withLayers
(List<FlatLayerInfo> p_209804_, Optional<HolderSet<StructureSet>> p_209805_) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type StructureSetModifierConstructorDescriptionFlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> p_209797_, Registry<Biome> p_209798_) private
FlatLevelGeneratorSettings
(Registry<Biome> p_209790_, Optional<HolderSet<StructureSet>> p_209791_, List<FlatLayerInfo> p_209792_, boolean p_209793_, boolean p_209794_, Optional<Holder<Biome>> p_209795_) -
Uses of StructureSet in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final Registry<StructureSet>
WorldPresets.Bootstrap.structureSets
-
Uses of StructureSet in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final ResourceKey<StructureSet>
BuiltinStructureSets.ANCIENT_CITIES
static final ResourceKey<StructureSet>
BuiltinStructureSets.BURIED_TREASURES
static final com.mojang.serialization.Codec<Holder<StructureSet>>
StructureSet.CODEC
static final ResourceKey<StructureSet>
BuiltinStructureSets.DESERT_PYRAMIDS
static final com.mojang.serialization.Codec<StructureSet>
StructureSet.DIRECT_CODEC
static final ResourceKey<StructureSet>
BuiltinStructureSets.END_CITIES
static final ResourceKey<StructureSet>
BuiltinStructureSets.IGLOOS
static final ResourceKey<StructureSet>
BuiltinStructureSets.JUNGLE_TEMPLES
static final ResourceKey<StructureSet>
BuiltinStructureSets.MINESHAFTS
static final ResourceKey<StructureSet>
BuiltinStructureSets.NETHER_COMPLEXES
static final ResourceKey<StructureSet>
BuiltinStructureSets.NETHER_FOSSILS
static final ResourceKey<StructureSet>
BuiltinStructureSets.OCEAN_MONUMENTS
static final ResourceKey<StructureSet>
BuiltinStructureSets.OCEAN_RUINS
static final ResourceKey<StructureSet>
BuiltinStructureSets.PILLAGER_OUTPOSTS
static final ResourceKey<StructureSet>
BuiltinStructureSets.RUINED_PORTALS
static final ResourceKey<StructureSet>
BuiltinStructureSets.SHIPWRECKS
static final ResourceKey<StructureSet>
BuiltinStructureSets.STRONGHOLDS
static final ResourceKey<StructureSet>
BuiltinStructureSets.SWAMP_HUTS
static final ResourceKey<StructureSet>
BuiltinStructureSets.VILLAGES
static final ResourceKey<StructureSet>
BuiltinStructureSets.WOODLAND_MANSIONS
Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type StructureSet -
Uses of StructureSet in net.minecraft.world.level.levelgen.structure.placement
Fields in net.minecraft.world.level.levelgen.structure.placement with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final Holder<StructureSet>
StructurePlacement.ExclusionZone.otherSet
Deprecated.The field for theotherSet
record component.Methods in net.minecraft.world.level.levelgen.structure.placement that return types with arguments of type StructureSetModifier and TypeMethodDescriptionStructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.Constructor parameters in net.minecraft.world.level.levelgen.structure.placement with type arguments of type StructureSetModifierConstructorDescriptionExclusionZone
(Holder<StructureSet> otherSet, int chunkCount) Deprecated.Creates an instance of aExclusionZone
record class.