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 SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfiguration>final CarverDebugSettingsfinal VerticalAnchorfinal HeightProviderfinal FloatProviderFields inherited from class net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfigurationprobabilityFields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfigurationNONE
- 
Constructor SummaryConstructorsConstructorDescriptionCarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) 
- 
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
- 
y
- 
yScale
- 
lavaLevel
- 
debugSettings
- 
replaceable
 
- 
- 
Constructor Details- 
CarverConfigurationpublic CarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) 
 
-