public class IcePatchFeatureConfig extends Object implements FeatureConfig
| Modifier and Type | Field and Description |
|---|---|
int |
radius |
DEFAULT| Constructor and Description |
|---|
IcePatchFeatureConfig(int radius) |
| Modifier and Type | Method and Description |
|---|---|
static <T> IcePatchFeatureConfig |
deserialize(com.mojang.datafixers.Dynamic<T> dynamic) |
<T> com.mojang.datafixers.Dynamic<T> |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
public <T> com.mojang.datafixers.Dynamic<T> serialize(com.mojang.datafixers.types.DynamicOps<T> ops)
serialize in interface FeatureConfigpublic static <T> IcePatchFeatureConfig deserialize(com.mojang.datafixers.Dynamic<T> dynamic)