net.minecraft.world.level.levelgen.feature.configurations

public class DeltaFeatureConfiguration

implements FeatureConfiguration

dmo
net.minecraft.world.level.levelgen.feature.configurations.DeltaFeatureConfiguration
net.minecraft.class_5158
net.minecraft.world.gen.feature.DeltaFeatureConfig
net.minecraft.src.C_2329_
net.minecraft.world.level.levelgen.feature.configurations.WorldGenFeatureDeltaConfiguration

字段概要

修饰符与类型字段
public static final com.mojang.serialization.Codec<DeltaFeatureConfiguration>
a
CODEC
field_24881
CODEC
f_67593_
private final BlockState
b
contents
field_23895
contents
f_67594_
private final BlockState
c
rim
field_23896
rim
f_67595_
private final IntProvider
d
size
field_25843
size
f_67596_
private final IntProvider
e
rimSize
field_25844
rimSize
f_67597_

构造函数概要

修饰符构造函数
public (BlockState contents, BlockState rim, IntProvider size, IntProvider rimSize)

方法概要

修饰符与类型方法
public BlockState
a()
contents()
method_30397()
getContents()
m_67608_()
public BlockState
b()
rim()
method_30400()
getRim()
m_67611_()
public IntProvider
c()
size()
method_30402()
getSize()
m_160741_()
public IntProvider
d()
rimSize()
method_30403()
getRimSize()
m_160744_()