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> pContext) -
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 pStructureSet, BiomeSource pBiomeSource) Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureState
ChunkGeneratorStructureState.createForFlat
(RandomState pRandomState, long pLevelSeed, BiomeSource pBiomeSource, Stream<Holder<StructureSet>> pStructureSets) static ChunkGeneratorStructureState
ChunkGeneratorStructureState.createForNormal
(RandomState pRandomState, long pSeed, BiomeSource pBiomeSource, HolderLookup<StructureSet> pStructureSetLookup) ChunkGenerator.createState
(HolderLookup<StructureSet> pStructureSetLookup, RandomState pRandomState, long pSeed) private CompletableFuture
<List<ChunkPos>> ChunkGeneratorStructureState.generateRingPositions
(Holder<StructureSet> pStructureSet, ConcentricRingsStructurePlacement pPlacement) boolean
ChunkGeneratorStructureState.hasStructureChunkInRange
(Holder<StructureSet> pStructureSet, int pX, int pZ, int pRange) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifierConstructorDescriptionprivate
ChunkGeneratorStructureState
(RandomState pRandomState, BiomeSource pBiomeSource, long pLevelSeed, long pCocentricRingsSeed, List<Holder<StructureSet>> pPossibleStructureSets) -
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> pStructureSetLookup, RandomState pRandomState, long pSeed) -
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> pPresetKey, ItemLike pDisplayItem, ResourceKey<Biome> pBiomeKey, Set<ResourceKey<StructureSet>> pStructureSetKeys, boolean pSetDecoration, boolean pAddLakes, FlatLayerInfo... pFlatLayerInfos) FlatLevelGeneratorSettings.withBiomeAndLayers
(List<FlatLayerInfo> pLayerInfos, Optional<HolderSet<StructureSet>> pStructureSets, Holder<Biome> pBiome) Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type StructureSetModifierConstructorDescriptionprivate
FlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> p_256456_, List<FlatLayerInfo> p_255826_, boolean p_255740_, boolean p_255726_, Optional<Holder<Biome>> p_256292_, Holder.Reference<Biome> p_255964_, Holder<PlacedFeature> p_256419_, Holder<PlacedFeature> p_255710_) FlatLevelGeneratorSettings
(Optional<HolderSet<StructureSet>> pStructureOverrides, Holder<Biome> pBiome, List<Holder<PlacedFeature>> pLakes) -
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.