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>
CODEC
private UniformIntDistribution
radius
BlockState
state
BlockState
target
Fields 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 UniformIntDistribution
getRadius()
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
-
target
-
state
-
radius
-
-
Constructor Details
-
NetherrackReplaceBlobsFeatureConfig
public NetherrackReplaceBlobsFeatureConfig(BlockState target, BlockState state, UniformIntDistribution radius)
-
-
Method Details
-
getRadius
-