Class CarverConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration
net.minecraft.world.level.levelgen.carver.CarverConfiguration
- All Implemented Interfaces:
 FeatureConfiguration
- Direct Known Subclasses:
 CanyonCarverConfiguration,CaveCarverConfiguration
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfiguration>final CarverDebugSettingsfinal VerticalAnchorfinal HeightProviderfinal FloatProviderFields inherited from class net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration
probabilityFields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE - 
Constructor Summary
ConstructorsConstructorDescriptionCarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures 
- 
Field Details
- 
CODEC
 - 
y
 - 
yScale
 - 
lavaLevel
 - 
debugSettings
 - 
replaceable
 
 - 
 - 
Constructor Details
- 
CarverConfiguration
public CarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_)  
 -