Package net.minecraft.world.gen.feature
Class NetherrackReplaceBlobsFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.NetherrackReplaceBlobsFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class NetherrackReplaceBlobsFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<NetherrackReplaceBlobsFeatureConfig>CODECprivate UniformIntDistributionradiusBlockStatestateBlockStatetargetFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description NetherrackReplaceBlobsFeatureConfig(BlockState target, BlockState state, UniformIntDistribution radius) -
Method Summary
Modifier and Type Method Description UniformIntDistributiongetRadius()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
method_30649
-
Field Details
-
CODEC
-
target
-
state
-
radius
-
-
Constructor Details
-
NetherrackReplaceBlobsFeatureConfig
public NetherrackReplaceBlobsFeatureConfig(BlockState target, BlockState state, UniformIntDistribution radius)
-
-
Method Details
-
getRadius
-