Uses of Record Class
net.minecraft.structure.StructureSet
Package
Description
-
Uses of StructureSet in net.minecraft.structure
Modifier and TypeFieldDescriptionstatic final RegistryKey<StructureSet>
StructureSetKeys.ANCIENT_CITIES
static final RegistryEntry<StructureSet>
StructureSets.ANCIENT_CITIES
static final RegistryKey<StructureSet>
StructureSetKeys.BURIED_TREASURES
static final RegistryEntry<StructureSet>
StructureSets.BURIED_TREASURES
static final com.mojang.serialization.Codec<StructureSet>
StructureSet.CODEC
static final RegistryKey<StructureSet>
StructureSetKeys.DESERT_PYRAMIDS
static final RegistryEntry<StructureSet>
StructureSets.DESERT_PYRAMIDS
static final RegistryKey<StructureSet>
StructureSetKeys.END_CITIES
static final RegistryEntry<StructureSet>
StructureSets.END_CITIES
static final RegistryKey<StructureSet>
StructureSetKeys.IGLOOS
static final RegistryEntry<StructureSet>
StructureSets.IGLOOS
static final RegistryKey<StructureSet>
StructureSetKeys.JUNGLE_TEMPLES
static final RegistryEntry<StructureSet>
StructureSets.JUNGLE_TEMPLES
static final RegistryKey<StructureSet>
StructureSetKeys.MINESHAFTS
static final RegistryEntry<StructureSet>
StructureSets.MINESHAFTS
static final RegistryKey<StructureSet>
StructureSetKeys.NETHER_COMPLEXES
static final RegistryEntry<StructureSet>
StructureSets.NETHER_COMPLEXES
static final RegistryKey<StructureSet>
StructureSetKeys.NETHER_FOSSILS
static final RegistryEntry<StructureSet>
StructureSets.NETHER_FOSSILS
static final RegistryKey<StructureSet>
StructureSetKeys.OCEAN_MONUMENTS
static final RegistryEntry<StructureSet>
StructureSets.OCEAN_MONUMENTS
static final RegistryKey<StructureSet>
StructureSetKeys.OCEAN_RUINS
static final RegistryEntry<StructureSet>
StructureSets.OCEAN_RUINS
static final RegistryKey<StructureSet>
StructureSetKeys.PILLAGER_OUTPOSTS
static final RegistryEntry<StructureSet>
StructureSets.PILLAGER_OUTPOSTS
static final com.mojang.serialization.Codec<RegistryEntry<StructureSet>>
StructureSet.REGISTRY_CODEC
static final RegistryKey<StructureSet>
StructureSetKeys.RUINED_PORTALS
static final RegistryEntry<StructureSet>
StructureSets.RUINED_PORTALS
static final RegistryKey<StructureSet>
StructureSetKeys.SHIPWRECKS
static final RegistryEntry<StructureSet>
StructureSets.SHIPWRECKS
static final RegistryKey<StructureSet>
StructureSetKeys.STRONGHOLDS
static final RegistryEntry<StructureSet>
StructureSets.STRONGHOLDS
static final RegistryKey<StructureSet>
StructureSetKeys.SWAMP_HUTS
static final RegistryEntry<StructureSet>
StructureSets.SWAMP_HUTS
static final RegistryKey<StructureSet>
StructureSetKeys.VILLAGES
static final RegistryEntry<StructureSet>
StructureSets.VILLAGES
static final RegistryKey<StructureSet>
StructureSetKeys.WOODLAND_MANSIONS
static final RegistryEntry<StructureSet>
StructureSets.WOODLAND_MANSIONS
Modifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.initAndGetDefault
(Registry<StructureSet> registry) private static RegistryKey<StructureSet>
static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, StructureSet structureSet) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<Structure> structure, StructurePlacement placement) Modifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, StructureSet structureSet) Modifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.initAndGetDefault
(Registry<StructureSet> registry) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, StructureSet structureSet) static RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<Structure> structure, StructurePlacement placement) -
Uses of StructureSet in net.minecraft.util.registry
Modifier and TypeFieldDescriptionstatic final Registry<StructureSet>
BuiltinRegistries.STRUCTURE_SET
static final RegistryKey<Registry<StructureSet>>
Registry.STRUCTURE_SET_KEY
-
Uses of StructureSet in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final Registry<StructureSet>
FlatLevelGeneratorPresets.Registrar.structureSetRegistry
private final Registry<StructureSet>
WorldPresets.Registrar.structureSetRegistry
Modifier and TypeMethodDescriptionprivate RegistryEntry<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSets, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) -
Uses of StructureSet in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprotected final Optional<RegistryEntryList<StructureSet>>
ChunkGenerator.structureOverrides
private final Optional<RegistryEntryList<StructureSet>>
FlatChunkGeneratorConfig.structureOverrides
protected final Registry<StructureSet>
ChunkGenerator.structureSetRegistry
Modifier and TypeMethodDescriptionprotected static <T extends ChunkGenerator>
com.mojang.datafixers.Products.P1<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<T>,Registry<StructureSet>> ChunkGenerator.createStructureSetRegistryGetter
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<T> instance) FlatChunkGeneratorConfig.getStructureOverrides()
ChunkGenerator.streamStructureSets()
Modifier and TypeMethodDescriptionprivate CompletableFuture<List<ChunkPos>>
ChunkGenerator.generateConcentricRingPositions
(RegistryEntry<StructureSet> structureSet, NoiseConfig noiseConfig, ConcentricRingsStructurePlacement concentricRingsStructurePlacement) boolean
ChunkGenerator.shouldStructureGenerateInRange
(RegistryEntry<StructureSet> structureSet, NoiseConfig noiseConfig, long seed, int chunkX, int chunkZ, int chunkRange) FlatChunkGeneratorConfig.withLayers
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides) ModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource) ChunkGenerator
(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource) ChunkGenerator
(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource, Function<RegistryEntry<Biome>, GenerationSettings> generationSettingsGetter) ChunkGenerator
(Registry<StructureSet> structureSetRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, BiomeSource biomeSource, Function<RegistryEntry<Biome>, GenerationSettings> generationSettingsGetter) DebugChunkGenerator
(Registry<StructureSet> structureSetRegistry, Registry<Biome> biomeRegistry) FlatChunkGenerator
(Registry<StructureSet> structureSetRegistry, FlatChunkGeneratorConfig config) FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> structureOverrides, Registry<Biome> biomeRegistry) private
FlatChunkGeneratorConfig
(Registry<Biome> biomeRegistry, Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<RegistryEntry<Biome>> biome) NoiseChunkGenerator
(Registry<StructureSet> structureSetRegistry, Registry<DoublePerlinNoiseSampler.NoiseParameters> noiseRegistry, BiomeSource populationSource, RegistryEntry<ChunkGeneratorSettings> registryEntry) -
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.Modifier and TypeMethodDescriptionStructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.ModifierConstructorDescriptionExclusionZone
(RegistryEntry<StructureSet> registryEntry, int int2) Deprecated.