public class TwoFeatureChoiceConfig extends java.lang.Object implements IFeatureConfig
Modifier and Type | Field and Description |
---|---|
ConfiguredFeature<?,?> |
field_227285_a_ |
ConfiguredFeature<?,?> |
field_227286_b_ |
NO_FEATURE_CONFIG
Constructor and Description |
---|
TwoFeatureChoiceConfig(ConfiguredFeature<?,?> p_i225835_1_,
ConfiguredFeature<?,?> p_i225835_2_) |
Modifier and Type | Method and Description |
---|---|
static <T> TwoFeatureChoiceConfig |
deserialize(com.mojang.datafixers.Dynamic<T> p_227287_0_) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
public final ConfiguredFeature<?,?> field_227285_a_
public final ConfiguredFeature<?,?> field_227286_b_
public TwoFeatureChoiceConfig(ConfiguredFeature<?,?> p_i225835_1_, ConfiguredFeature<?,?> p_i225835_2_)
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize
in interface IFeatureConfig
public static <T> TwoFeatureChoiceConfig deserialize(com.mojang.datafixers.Dynamic<T> p_227287_0_)