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_CITIESstatic final Holder<StructureSet>StructureSets.BURIED_TREASURESstatic final Holder<StructureSet>StructureSets.DESERT_PYRAMIDSstatic final Holder<StructureSet>StructureSets.END_CITIESstatic final Holder<StructureSet>StructureSets.IGLOOSstatic final Holder<StructureSet>StructureSets.JUNGLE_TEMPLESstatic final Holder<StructureSet>StructureSets.MINESHAFTSstatic final Holder<StructureSet>StructureSets.NETHER_COMPLEXESstatic final Holder<StructureSet>StructureSets.NETHER_FOSSILSstatic final Holder<StructureSet>StructureSets.OCEAN_MONUMENTSstatic final Holder<StructureSet>StructureSets.OCEAN_RUINSstatic final Holder<StructureSet>StructureSets.PILLAGER_OUTPOSTSstatic final Holder<StructureSet>StructureSets.RUINED_PORTALSstatic final Holder<StructureSet>StructureSets.SHIPWRECKSstatic final Holder<StructureSet>StructureSets.STRONGHOLDSstatic final Holder<StructureSet>StructureSets.SWAMP_HUTSstatic final Holder<StructureSet>StructureSets.VILLAGESstatic final Holder<StructureSet>StructureSets.WOODLAND_MANSIONSMethods 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.structureOverridesprotected final Registry<StructureSet>ChunkGenerator.structureSetsMethods 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_) booleanChunkGenerator.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.structureOverridesprivate final Registry<StructureSet>FlatLevelGeneratorPresets.Bootstrap.structureSetsMethods 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_) privateFlatLevelGeneratorSettings(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_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.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.