public class DeltaFeatureConfig extends Object implements FeatureConfig
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<DeltaFeatureConfig> |
CODEC |
private BlockState |
contents |
private BlockState |
rim |
private UniformIntDistribution |
rimSize |
private UniformIntDistribution |
size |
DEFAULT
Constructor and Description |
---|
DeltaFeatureConfig(BlockState contents,
BlockState rim,
UniformIntDistribution size,
UniformIntDistribution rimSize) |
Modifier and Type | Method and Description |
---|---|
BlockState |
getContents() |
BlockState |
getRim() |
UniformIntDistribution |
getRimSize() |
UniformIntDistribution |
getSize() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
method_30649
public static final com.mojang.serialization.Codec<DeltaFeatureConfig> CODEC
private final BlockState contents
private final BlockState rim
private final UniformIntDistribution size
private final UniformIntDistribution rimSize
public DeltaFeatureConfig(BlockState contents, BlockState rim, UniformIntDistribution size, UniformIntDistribution rimSize)
public BlockState getContents()
public BlockState getRim()
public UniformIntDistribution getSize()
public UniformIntDistribution getRimSize()