Class FossilFeatureConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration
- All Implemented Interfaces:
- FeatureConfiguration
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FossilFeatureConfiguration>final Holder<StructureProcessorList>final List<ResourceLocation>final intfinal Holder<StructureProcessorList>final List<ResourceLocation>Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfigurationNONE
- 
Constructor SummaryConstructorsConstructorDescriptionFossilFeatureConfiguration(List<ResourceLocation> p_204751_, List<ResourceLocation> p_204752_, Holder<StructureProcessorList> p_204753_, Holder<StructureProcessorList> p_204754_, int p_204755_) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfigurationgetFeatures
- 
Field Details- 
CODEC
- 
fossilStructures
- 
overlayStructures
- 
fossilProcessors
- 
overlayProcessors
- 
maxEmptyCornersAllowedpublic final int maxEmptyCornersAllowed
 
- 
- 
Constructor Details- 
FossilFeatureConfigurationpublic FossilFeatureConfiguration(List<ResourceLocation> p_204751_, List<ResourceLocation> p_204752_, Holder<StructureProcessorList> p_204753_, Holder<StructureProcessorList> p_204754_, int p_204755_) 
 
-