Package net.minecraft.world.gen.feature
Class BasaltDeltasFeature
- java.lang.Object
-
- net.minecraft.world.gen.feature.BasaltDeltasFeature
-
- All Implemented Interfaces:
IFeatureConfig
public class BasaltDeltasFeature extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<BasaltDeltasFeature>
CODEC
private BlockState
contents
private BlockState
rim
private FeatureSpread
rimSize
private FeatureSpread
size
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description BasaltDeltasFeature(BlockState p_i241985_1_, BlockState p_i241985_2_, FeatureSpread p_i241985_3_, FeatureSpread p_i241985_4_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockState
contents()
BlockState
rim()
FeatureSpread
rimSize()
FeatureSpread
size()
-
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.IFeatureConfig
getFeatures
-
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<BasaltDeltasFeature> CODEC
-
contents
private final BlockState contents
-
rim
private final BlockState rim
-
size
private final FeatureSpread size
-
rimSize
private final FeatureSpread rimSize
-
-
Constructor Detail
-
BasaltDeltasFeature
public BasaltDeltasFeature(BlockState p_i241985_1_, BlockState p_i241985_2_, FeatureSpread p_i241985_3_, FeatureSpread p_i241985_4_)
-
-
Method Detail
-
contents
public BlockState contents()
-
rim
public BlockState rim()
-
size
public FeatureSpread size()
-
rimSize
public FeatureSpread rimSize()
-
-