public class NetherrackReplaceBlobsFeatureConfig extends Object implements FeatureConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
NetherrackReplaceBlobsFeatureConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<NetherrackReplaceBlobsFeatureConfig> |
CODEC |
Vec3i |
maxReachPos |
Vec3i |
minReachPos |
BlockState |
state |
BlockState |
target |
DEFAULT| Constructor and Description |
|---|
NetherrackReplaceBlobsFeatureConfig(BlockState target,
BlockState state,
Vec3i minReachPos,
Vec3i maxReachPos) |
public static final com.mojang.serialization.Codec<NetherrackReplaceBlobsFeatureConfig> CODEC
public final BlockState target
public final BlockState state
public final Vec3i minReachPos
public final Vec3i maxReachPos
public NetherrackReplaceBlobsFeatureConfig(BlockState target, BlockState state, Vec3i minReachPos, Vec3i maxReachPos)