Uses of Record Class
net.minecraft.structure.StructureSet
Packages that use StructureSet
Package
Description
-
Uses of StructureSet in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<StructureSet>> RegistryKeys.STRUCTURE_SET
-
Uses of StructureSet in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructureSetModifier and TypeFieldDescriptionstatic final RegistryKey
<StructureSet> StructureSetKeys.ANCIENT_CITIES
static final RegistryKey
<StructureSet> StructureSetKeys.BURIED_TREASURES
static final com.mojang.serialization.Codec
<StructureSet> StructureSet.CODEC
static final RegistryKey
<StructureSet> StructureSetKeys.DESERT_PYRAMIDS
static final RegistryKey
<StructureSet> StructureSetKeys.END_CITIES
static final RegistryKey
<StructureSet> StructureSetKeys.IGLOOS
static final RegistryKey
<StructureSet> StructureSetKeys.JUNGLE_TEMPLES
static final RegistryKey
<StructureSet> StructureSetKeys.MINESHAFTS
static final RegistryKey
<StructureSet> StructureSetKeys.NETHER_COMPLEXES
static final RegistryKey
<StructureSet> StructureSetKeys.NETHER_FOSSILS
static final RegistryKey
<StructureSet> StructureSetKeys.OCEAN_MONUMENTS
static final RegistryKey
<StructureSet> StructureSetKeys.OCEAN_RUINS
static final RegistryKey
<StructureSet> StructureSetKeys.PILLAGER_OUTPOSTS
static final com.mojang.serialization.Codec
<RegistryEntry<StructureSet>> StructureSet.REGISTRY_CODEC
static final RegistryKey
<StructureSet> StructureSetKeys.RUINED_PORTALS
static final RegistryKey
<StructureSet> StructureSetKeys.SHIPWRECKS
static final RegistryKey
<StructureSet> StructureSetKeys.STRONGHOLDS
static final RegistryKey
<StructureSet> StructureSetKeys.SWAMP_HUTS
static final RegistryKey
<StructureSet> StructureSetKeys.TRAIL_RUINS
static final RegistryKey
<StructureSet> StructureSetKeys.TRIAL_CHAMBERS
static final RegistryKey
<StructureSet> StructureSetKeys.VILLAGES
static final RegistryKey
<StructureSet> StructureSetKeys.WOODLAND_MANSIONS
Methods in net.minecraft.structure that return types with arguments of type StructureSetMethod parameters in net.minecraft.structure with type arguments of type StructureSetModifier and TypeMethodDescriptionstatic void
StructureSets.bootstrap
(Registerable<StructureSet> structureSetRegisterable) -
Uses of StructureSet in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final RegistryEntryLookup
<StructureSet> WorldPresets.Registrar.structureSetLookup
Method parameters in net.minecraft.world.gen with type arguments of type StructureSetModifier and TypeMethodDescriptionprivate void
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSetKeys, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) -
Uses of StructureSet in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final Optional
<RegistryEntryList<StructureSet>> FlatChunkGeneratorConfig.structureOverrides
Methods in net.minecraft.world.gen.chunk that return types with arguments of type StructureSetMethod parameters in net.minecraft.world.gen.chunk with type arguments of type StructureSetModifier and TypeMethodDescriptionChunkGenerator.createStructurePlacementCalculator
(RegistryWrapper<StructureSet> structureSetRegistry, NoiseConfig noiseConfig, long seed) FlatChunkGenerator.createStructurePlacementCalculator
(RegistryWrapper<StructureSet> structureSetRegistry, NoiseConfig noiseConfig, long seed) FlatChunkGeneratorConfig.with
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type StructureSetModifierConstructorDescriptionprivate
FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature) FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome, List<RegistryEntry<PlacedFeature>> features) -
Uses of StructureSet in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type StructureSetModifier and TypeFieldDescriptionprivate final RegistryEntry
<StructureSet> StructurePlacement.ExclusionZone.otherSet
Deprecated.The field for theotherSet
record component.private final List
<RegistryEntry<StructureSet>> StructurePlacementCalculator.structureSets
Methods in net.minecraft.world.gen.chunk.placement that return types with arguments of type StructureSetModifier and TypeMethodDescriptionStructurePlacementCalculator.getStructureSets()
StructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.Methods in net.minecraft.world.gen.chunk.placement with parameters of type StructureSetModifier and TypeMethodDescriptionprivate static boolean
StructurePlacementCalculator.hasValidBiome
(StructureSet structureSet, BiomeSource biomeSource) Method parameters in net.minecraft.world.gen.chunk.placement with type arguments of type StructureSetModifier and TypeMethodDescriptionprivate CompletableFuture
<List<ChunkPos>> StructurePlacementCalculator.calculateConcentricsRingPlacementPos
(RegistryEntry<StructureSet> structureSetEntry, ConcentricRingsStructurePlacement placement) boolean
StructurePlacementCalculator.canGenerate
(RegistryEntry<StructureSet> structureSetEntry, int centerChunkX, int centerChunkZ, int chunkCount) static StructurePlacementCalculator
StructurePlacementCalculator.create
(NoiseConfig noiseConfig, long seed, BiomeSource biomeSource, Stream<RegistryEntry<StructureSet>> structureSets) static StructurePlacementCalculator
StructurePlacementCalculator.create
(NoiseConfig noiseConfig, long seed, BiomeSource biomeSource, RegistryWrapper<StructureSet> structureSetRegistry) Constructor parameters in net.minecraft.world.gen.chunk.placement with type arguments of type StructureSetModifierConstructorDescriptionExclusionZone
(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated.private
StructurePlacementCalculator
(NoiseConfig noiseConfig, BiomeSource biomeSource, long structureSeed, long concentricRingSeed, List<RegistryEntry<StructureSet>> structureSets)