public class MultipleWithChanceRandomFeatureConfig extends java.lang.Object implements IFeatureConfig
修飾子とタイプ | フィールドと説明 |
---|---|
int |
count |
java.util.List<ConfiguredFeature<?,?>> |
features |
NO_FEATURE_CONFIG
コンストラクタと説明 |
---|
MultipleWithChanceRandomFeatureConfig(java.util.List<ConfiguredFeature<?,?>> features,
int count) |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T> MultipleWithChanceRandomFeatureConfig |
deserialize(com.mojang.datafixers.Dynamic<T> p_214653_0_) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
public final java.util.List<ConfiguredFeature<?,?>> features
public final int count
public MultipleWithChanceRandomFeatureConfig(java.util.List<ConfiguredFeature<?,?>> features, int count)
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize
インタフェース内 IFeatureConfig
public static <T> MultipleWithChanceRandomFeatureConfig deserialize(com.mojang.datafixers.Dynamic<T> p_214653_0_)