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