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
Modifier and TypeFieldDescriptionboolean
static com.mojang.serialization.MapCodec<CarverConfiguration>
Fields inherited from class net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration
probability
Fields inherited from interface net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
Constructor Summary
ConstructorDescriptionCarverConfiguration(float p_159094_, HeightProvider p_159095_, FloatProvider p_159096_, VerticalAnchor p_159097_, boolean p_159098_, CarverDebugSettings p_159099_)
-
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
-
y
-
yScale
-
lavaLevel
-
aquifersEnabled
public final boolean aquifersEnabled -
debugSettings
-
-
Constructor Details
-
CarverConfiguration
public CarverConfiguration(float p_159094_, HeightProvider p_159095_, FloatProvider p_159096_, VerticalAnchor p_159097_, boolean p_159098_, CarverDebugSettings p_159099_)
-