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