public class NetherrackReplaceBlobsFeatureConfig extends Object implements FeatureConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
NetherrackReplaceBlobsFeatureConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
Vec3i |
maxReachPos |
Vec3i |
minReachPos |
BlockState |
state |
BlockState |
target |
DEFAULT| Constructor and Description |
|---|
NetherrackReplaceBlobsFeatureConfig(BlockState target,
BlockState state,
Vec3i minReachPos,
Vec3i maxReachPos) |
| Modifier and Type | Method and Description |
|---|---|
static <T> NetherrackReplaceBlobsFeatureConfig |
deserialize(com.mojang.datafixers.Dynamic<T> dynamic) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
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)
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize in interface FeatureConfigpublic static <T> NetherrackReplaceBlobsFeatureConfig deserialize(com.mojang.datafixers.Dynamic<T> dynamic)