Class FossilFeatureConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.FossilFeatureConfiguration
- All Implemented Interfaces:
FeatureConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<FossilFeatureConfiguration>
int
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionFossilFeatureConfiguration(List<ResourceLocation> p_159810_, List<ResourceLocation> p_159811_, Supplier<StructureProcessorList> p_159812_, Supplier<StructureProcessorList> p_159813_, int p_159814_)
FossilFeatureConfiguration(List<ResourceLocation> p_159804_, List<ResourceLocation> p_159805_, StructureProcessorList p_159806_, StructureProcessorList p_159807_, int p_159808_)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
Field Details
-
CODEC
-
fossilStructures
-
overlayStructures
-
fossilProcessors
-
overlayProcessors
-
maxEmptyCornersAllowed
public final int maxEmptyCornersAllowed
-
-
Constructor Details
-
FossilFeatureConfiguration
public FossilFeatureConfiguration(List<ResourceLocation> p_159810_, List<ResourceLocation> p_159811_, Supplier<StructureProcessorList> p_159812_, Supplier<StructureProcessorList> p_159813_, int p_159814_) -
FossilFeatureConfiguration
public FossilFeatureConfiguration(List<ResourceLocation> p_159804_, List<ResourceLocation> p_159805_, StructureProcessorList p_159806_, StructureProcessorList p_159807_, int p_159808_)
-