public class DoublePlantConfig extends java.lang.Object implements IFeatureConfig
| Modifier and Type | Field and Description |
|---|---|
BlockState |
state |
NO_FEATURE_CONFIG| Constructor and Description |
|---|
DoublePlantConfig(BlockState state) |
| Modifier and Type | Method and Description |
|---|---|
static <T> DoublePlantConfig |
deserialize(com.mojang.datafixers.Dynamic<T> p_214694_0_) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
public final BlockState state
public DoublePlantConfig(BlockState state)
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize in interface IFeatureConfigpublic static <T> DoublePlantConfig deserialize(com.mojang.datafixers.Dynamic<T> p_214694_0_)