Uses of Class
net.minecraft.world.gen.settings.StructureSeparationSettings
-
Packages that use StructureSeparationSettings Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.feature.structure net.minecraft.world.gen.settings -
-
Uses of StructureSeparationSettings in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type StructureSeparationSettings Modifier and Type Method Description StructureStart<?>
StructureFeature. generate(DynamicRegistries p_242771_1_, ChunkGenerator p_242771_2_, BiomeProvider p_242771_3_, TemplateManager p_242771_4_, long p_242771_5_, ChunkPos p_242771_7_, Biome p_242771_8_, int p_242771_9_, StructureSeparationSettings p_242771_10_)
-
Uses of StructureSeparationSettings in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type StructureSeparationSettings Modifier and Type Method Description StructureStart<?>
Structure. generate(DynamicRegistries p_242785_1_, ChunkGenerator p_242785_2_, BiomeProvider p_242785_3_, TemplateManager p_242785_4_, long p_242785_5_, ChunkPos p_242785_7_, Biome p_242785_8_, int p_242785_9_, SharedSeedRandom p_242785_10_, StructureSeparationSettings p_242785_11_, C p_242785_12_)
BlockPos
Structure. getNearestGeneratedFeature(IWorldReader p_236388_1_, StructureManager p_236388_2_, BlockPos p_236388_3_, int p_236388_4_, boolean p_236388_5_, long p_236388_6_, StructureSeparationSettings p_236388_8_)
ChunkPos
Structure. getPotentialFeatureChunk(StructureSeparationSettings p_236392_1_, long p_236392_2_, SharedSeedRandom p_236392_4_, int p_236392_5_, int p_236392_6_)
-
Uses of StructureSeparationSettings in net.minecraft.world.gen.settings
Fields in net.minecraft.world.gen.settings with type parameters of type StructureSeparationSettings Modifier and Type Field Description static com.mojang.serialization.Codec<StructureSeparationSettings>
StructureSeparationSettings. CODEC
static com.google.common.collect.ImmutableMap<Structure<?>,StructureSeparationSettings>
DimensionStructuresSettings. DEFAULTS
private java.util.Map<Structure<?>,StructureSeparationSettings>
DimensionStructuresSettings. structureConfig
Methods in net.minecraft.world.gen.settings that return StructureSeparationSettings Modifier and Type Method Description StructureSeparationSettings
DimensionStructuresSettings. getConfig(Structure<?> p_236197_1_)
Methods in net.minecraft.world.gen.settings that return types with arguments of type StructureSeparationSettings Modifier and Type Method Description java.util.Map<Structure<?>,StructureSeparationSettings>
DimensionStructuresSettings. structureConfig()
Constructor parameters in net.minecraft.world.gen.settings with type arguments of type StructureSeparationSettings Constructor Description DimensionStructuresSettings(java.util.Optional<StructureSpreadSettings> p_i231912_1_, java.util.Map<Structure<?>,StructureSeparationSettings> p_i231912_2_)
-