Package net.minecraft.world.gen.feature
Class DeltaFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.DeltaFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class DeltaFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<DeltaFeatureConfig>
CODEC
private BlockState
contents
private BlockState
rim
private UniformIntDistribution
rimSize
private UniformIntDistribution
size
Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT
-
Constructor Summary
Constructors Constructor Description DeltaFeatureConfig(BlockState contents, BlockState rim, UniformIntDistribution size, UniformIntDistribution rimSize)
-
Method Summary
Modifier and Type Method Description BlockState
getContents()
BlockState
getRim()
UniformIntDistribution
getRimSize()
UniformIntDistribution
getSize()
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.gen.feature.FeatureConfig
method_30649
-
Field Details
-
CODEC
-
contents
-
rim
-
size
-
rimSize
-
-
Constructor Details
-
DeltaFeatureConfig
public DeltaFeatureConfig(BlockState contents, BlockState rim, UniformIntDistribution size, UniformIntDistribution rimSize)
-
-
Method Details
-
getContents
-
getRim
-
getSize
-
getRimSize
-