net.minecraft.world.gen.feature

public class FossilFeatureConfig

implements FeatureConfig

net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration
net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration
net.minecraft.class_5919
net.minecraft.world.gen.feature.FossilFeatureConfig

Field summary

Modifier and TypeField
public static final com.mojang.serialization.Codec<FossilFeatureConfig>
CODEC
CODEC
field_29253
CODEC
public final List<Identifier>
fossilStructures
fossilStructures
field_29254
fossilStructures
public final List<Identifier>
overlayStructures
overlayStructures
field_29255
overlayStructures
public final RegistryEntry<StructureProcessorList>
fossilProcessors
fossilProcessors
field_29256
fossilProcessors
public final RegistryEntry<StructureProcessorList>
overlayProcessors
overlayProcessors
field_29257
overlayProcessors
public final int
maxEmptyCornersAllowed
maxEmptyCornersAllowed
field_29258
maxEmptyCorners

Constructor summary

ModifierConstructor
public (List<Identifier> fossilStructures, List<Identifier> overlayStructures, RegistryEntry<StructureProcessorList> fossilProcessors, RegistryEntry<StructureProcessorList> overlayProcessors, int maxEmptyCorners)