Uses of Record Class
net.minecraft.world.level.levelgen.structure.StructureSet
Packages that use StructureSet
Package
Description
-
Uses of StructureSet in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final ResourceKey
<Registry<StructureSet>> Registries.STRUCTURE_SET
-
Uses of StructureSet in net.minecraft.data.worldgen
Method parameters in net.minecraft.data.worldgen with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic void
StructureSets.bootstrap
(BootstrapContext<StructureSet> context) -
Uses of StructureSet in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final List
<Holder<StructureSet>> ChunkGeneratorStructureState.possibleStructureSets
Methods in net.minecraft.world.level.chunk that return types with arguments of type StructureSetMethods in net.minecraft.world.level.chunk with parameters of type StructureSetModifier and TypeMethodDescriptionprivate static boolean
ChunkGeneratorStructureState.hasBiomesForStructureSet
(StructureSet structureSet, BiomeSource biomeSource) Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureState
ChunkGeneratorStructureState.createForFlat
(RandomState randomState, long levelSeed, BiomeSource biomeSource, Stream<Holder<StructureSet>> structureSets) static ChunkGeneratorStructureState
ChunkGeneratorStructureState.createForNormal
(RandomState randomState, long seed, BiomeSource biomeSource, HolderLookup<StructureSet> structureSetLookup) ChunkGenerator.createState
(HolderLookup<StructureSet> structureSetLookup, RandomState randomState, long seed) private CompletableFuture
<List<ChunkPos>> ChunkGeneratorStructureState.generateRingPositions
(Holder<StructureSet> structureSet, ConcentricRingsStructurePlacement placement) boolean
ChunkGeneratorStructureState.hasStructureChunkInRange
(Holder<StructureSet> structureSet, int x, int z, int range) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifierConstructorDescriptionprivate
ChunkGeneratorStructureState
(RandomState randomState, BiomeSource biomeSource, long levelSeed, long cocentricRingsSeed, List<Holder<StructureSet>> possibleStructureSets) -
Uses of StructureSet in net.minecraft.world.level.levelgen
Method parameters in net.minecraft.world.level.levelgen with type arguments of type StructureSetModifier and TypeMethodDescriptionFlatLevelSource.createState
(HolderLookup<StructureSet> structureSetLookup, RandomState randomState, long seed) -
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
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 void
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> presetKey, ItemLike displayItem, ResourceKey<Biome> biomeKey, Set<ResourceKey<StructureSet>> structureSetKeys, boolean setDecoration, boolean addLakes, FlatLayerInfo... flatLayerInfos) FlatLevelGeneratorSettings.withBiomeAndLayers
(List<FlatLayerInfo> layerInfos, Optional<HolderSet<StructureSet>> structureSets, Holder<Biome> biome) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type StructureSetModifierConstructorDescriptionprivate
FlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> structureOverrides, List<FlatLayerInfo> layersInfo, boolean addLakes, boolean decoration, Optional<Holder<Biome>> biome, Holder.Reference<Biome> defaultBiome, Holder<PlacedFeature> lavaUnderground, Holder<PlacedFeature> lavaSurface) FlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> structureOverrides, Holder<Biome> biome, List<Holder<PlacedFeature>> lakes) -
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 HolderGetter
<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.TRAIL_RUINS
static final ResourceKey
<StructureSet> BuiltinStructureSets.TRIAL_CHAMBERS
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.