类 CarverConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration
net.minecraft.world.level.levelgen.carver.CarverConfiguration
- 所有已实现的接口:
FeatureConfiguration
-
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.MapCodec
<CarverConfiguration> final CarverDebugSettings
final VerticalAnchor
final HeightProvider
final FloatProvider
从类继承的字段 net.minecraft.world.level.levelgen.feature.configurations.ProbabilityFeatureConfiguration
probability
从接口继承的字段 net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
构造器概要
构造器构造器说明CarverConfiguration
(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
字段详细资料
-
CODEC
-
y
-
yScale
-
lavaLevel
-
debugSettings
-
replaceable
-
-
构造器详细资料
-
CarverConfiguration
public CarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_)
-