Record Class Structure.Config

java.lang.Object
java.lang.Record
net.minecraft.world.gen.structure.Structure.Config
Record Components:
biomes -
densityChecks -
spawnOverrides -
step -
terrainAdaptation -
Enclosing class:
Structure

public static record Structure.Config(RegistryEntryList<Biome> biomes, List<Structure.class_9594> densityChecks, Map<SpawnGroup,StructureSpawns> spawnOverrides, GenerationStep.Feature step, StructureTerrainAdaptation terrainAdaptation) extends Record
Mappings:
Namespace Name
official ejt$d
intermediary net/minecraft/class_3195$class_7302
named net/minecraft/world/gen/structure/Structure$Config
official b
intermediary comp_686
named biomes
official c
intermediary comp_2602
named densityChecks
official d
intermediary comp_687
named spawnOverrides
official e
intermediary comp_688
named step
official f
intermediary comp_689
named terrainAdaptation