public class ReplaceBlockConfig extends java.lang.Object implements IFeatureConfig
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| BlockState | state | 
| BlockState | target | 
NO_FEATURE_CONFIG| コンストラクタと説明 | 
|---|
| ReplaceBlockConfig(BlockState target,
                  BlockState state) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static <T> ReplaceBlockConfig | deserialize(com.mojang.datafixers.Dynamic<T> p_214657_0_) | 
| <T> com.mojang.datafixers.Dynamic<T> | serialize(com.mojang.datafixers.types.DynamicOps<T> ops) | 
public final BlockState target
public final BlockState state
public ReplaceBlockConfig(BlockState target, BlockState state)
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize インタフェース内 IFeatureConfigpublic static <T> ReplaceBlockConfig deserialize(com.mojang.datafixers.Dynamic<T> p_214657_0_)