Uses of Record Class
net.minecraft.structure.StructureSet
Package
Description
-
Uses of StructureSet in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final RegistryKey
<Registry<StructureSet>> RegistryKeys.STRUCTURE_SET
-
Uses of StructureSet in net.minecraft.structure
Modifier 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
Modifier and TypeMethodDescriptionstatic void
OneTwentyOneStructureSets.bootstrap
(Registerable<StructureSet> structureSetRegisterable) static void
StructureSets.bootstrap
(Registerable<StructureSet> structureSetRegisterable) -
Uses of StructureSet in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final RegistryEntryLookup
<StructureSet> WorldPresets.Registrar.structureSetLookup
Modifier 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
Modifier and TypeFieldDescriptionprivate final Optional
<RegistryEntryList<StructureSet>> FlatChunkGeneratorConfig.structureOverrides
Modifier 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) ModifierConstructorDescriptionprivate
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
Modifier and TypeFieldDescriptionprivate final RegistryEntry
<StructureSet> StructurePlacement.ExclusionZone.otherSet
Deprecated.The field for theotherSet
record component.private final List
<RegistryEntry<StructureSet>> StructurePlacementCalculator.structureSets
Modifier and TypeMethodDescriptionStructurePlacementCalculator.getStructureSets()
StructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.Modifier and TypeMethodDescriptionprivate static boolean
StructurePlacementCalculator.hasValidBiome
(StructureSet structureSet, BiomeSource biomeSource) Modifier 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) ModifierConstructorDescriptionExclusionZone
(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated.private
StructurePlacementCalculator
(NoiseConfig noiseConfig, BiomeSource biomeSource, long structureSeed, long concentricRingSeed, List<RegistryEntry<StructureSet>> structureSets)