net.minecraft.world.level.levelgen.feature

public class FossilFeatureConfiguration

implements FeatureConfiguration

cwq
net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration
net.minecraft.class_5919
net.minecraft.unmapped.C_khcphbdw
net.minecraft.world.gen.feature.FossilFeatureConfig
net.minecraft.src.C_141362_
net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<FossilFeatureConfiguration>
a
CODEC
field_29253
f_znvaszoo
CODEC
f_159796_
public final List<ResourceLocation>
b
fossilStructures
field_29254
f_ohgyeilg
fossilStructures
f_159797_
public final List<ResourceLocation>
c
overlayStructures
field_29255
f_ujcjzslj
overlayStructures
f_159798_
public final Supplier<StructureProcessorList>
d
fossilProcessors
field_29256
f_fybbvcqq
fossilProcessors
f_159799_
public final Supplier<StructureProcessorList>
e
overlayProcessors
field_29257
f_btmipevd
overlayProcessors
f_159800_
public final int
f
maxEmptyCornersAllowed
field_29258
f_xxrkefrn
maxEmptyCorners
f_159801_

Constructor summary

ModifierConstructor
public (List<ResourceLocation> fossilStructures, List<ResourceLocation> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners)
public (List<ResourceLocation> fossilStructures, List<ResourceLocation> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners)