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