类 FallenTreeConfiguration
java.lang.Object
net.minecraft.world.level.levelgen.feature.configurations.FallenTreeConfiguration
- 所有已实现的接口:
FeatureConfiguration
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final com.mojang.serialization.Codec
<FallenTreeConfiguration> final List
<TreeDecorator> final IntProvider
final List
<TreeDecorator> final BlockStateProvider
从接口继承的字段 net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
NONE
-
构造器概要
构造器限定符构造器说明protected
FallenTreeConfiguration
(BlockStateProvider p_410206_, IntProvider p_410877_, List<TreeDecorator> p_410779_, List<TreeDecorator> p_409621_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.levelgen.feature.configurations.FeatureConfiguration
getFeatures
-
字段详细资料
-
CODEC
-
trunkProvider
-
logLength
-
stumpDecorators
-
logDecorators
-
-
构造器详细资料
-
FallenTreeConfiguration
protected FallenTreeConfiguration(BlockStateProvider p_410206_, IntProvider p_410877_, List<TreeDecorator> p_410779_, List<TreeDecorator> p_409621_)
-