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 TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfiguration>
final CarverDebugSettings
final VerticalAnchor
final HeightProvider
final FloatProvider
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_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, wait
Methods 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_)
-