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 voidStructureSets.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.possibleStructureSetsMethods 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 booleanChunkGeneratorStructureState.hasBiomesForStructureSet(StructureSet structureSet, BiomeSource biomeSource) Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureStateChunkGeneratorStructureState.createForFlat(RandomState randomState, long levelSeed, BiomeSource biomeSource, Stream<Holder<StructureSet>> structureSets) static ChunkGeneratorStructureStateChunkGeneratorStructureState.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) booleanChunkGeneratorStructureState.hasStructureChunkInRange(Holder<StructureSet> structureSet, int x, int z, int range) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type StructureSetModifierConstructorDescriptionprivateChunkGeneratorStructureState(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.structureOverridesMethods 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 voidFlatLevelGeneratorPresets.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 StructureSetModifierConstructorDescriptionprivateFlatLevelGeneratorSettings(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_CITIESstatic final ResourceKey<StructureSet> BuiltinStructureSets.BURIED_TREASURESstatic final com.mojang.serialization.Codec<Holder<StructureSet>> StructureSet.CODECstatic final ResourceKey<StructureSet> BuiltinStructureSets.DESERT_PYRAMIDSstatic final com.mojang.serialization.Codec<StructureSet> StructureSet.DIRECT_CODECstatic final ResourceKey<StructureSet> BuiltinStructureSets.END_CITIESstatic final ResourceKey<StructureSet> BuiltinStructureSets.IGLOOSstatic final ResourceKey<StructureSet> BuiltinStructureSets.JUNGLE_TEMPLESstatic final ResourceKey<StructureSet> BuiltinStructureSets.MINESHAFTSstatic final ResourceKey<StructureSet> BuiltinStructureSets.NETHER_COMPLEXESstatic final ResourceKey<StructureSet> BuiltinStructureSets.NETHER_FOSSILSstatic final ResourceKey<StructureSet> BuiltinStructureSets.OCEAN_MONUMENTSstatic final ResourceKey<StructureSet> BuiltinStructureSets.OCEAN_RUINSstatic final ResourceKey<StructureSet> BuiltinStructureSets.PILLAGER_OUTPOSTSstatic final ResourceKey<StructureSet> BuiltinStructureSets.RUINED_PORTALSstatic final ResourceKey<StructureSet> BuiltinStructureSets.SHIPWRECKSstatic final ResourceKey<StructureSet> BuiltinStructureSets.STRONGHOLDSstatic final ResourceKey<StructureSet> BuiltinStructureSets.SWAMP_HUTSstatic final ResourceKey<StructureSet> BuiltinStructureSets.TRAIL_RUINSstatic final ResourceKey<StructureSet> BuiltinStructureSets.TRIAL_CHAMBERSstatic final ResourceKey<StructureSet> BuiltinStructureSets.VILLAGESstatic final ResourceKey<StructureSet> BuiltinStructureSets.WOODLAND_MANSIONSMethods 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.otherSetDeprecated.The field for theotherSetrecord 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 theotherSetrecord 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 aExclusionZonerecord class.