Package net.minecraft.world.gen.feature
Class BlobReplacementConfig
- java.lang.Object
-
- net.minecraft.world.gen.feature.BlobReplacementConfig
-
- All Implemented Interfaces:
IFeatureConfig
public class BlobReplacementConfig extends java.lang.Object implements IFeatureConfig
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<BlobReplacementConfig>
CODEC
private FeatureSpread
radius
BlockState
replaceState
BlockState
targetState
-
Fields inherited from interface net.minecraft.world.gen.feature.IFeatureConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description BlobReplacementConfig(BlockState p_i241993_1_, BlockState p_i241993_2_, FeatureSpread p_i241993_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureSpread
radius()
-
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<BlobReplacementConfig> CODEC
-
targetState
public final BlockState targetState
-
replaceState
public final BlockState replaceState
-
radius
private final FeatureSpread radius
-
-
Constructor Detail
-
BlobReplacementConfig
public BlobReplacementConfig(BlockState p_i241993_1_, BlockState p_i241993_2_, FeatureSpread p_i241993_3_)
-
-
Method Detail
-
radius
public FeatureSpread radius()
-
-