public abstract class FeatureSize extends Object
| Modifier and Type | Field and Description |
|---|---|
private OptionalInt |
minClippedHeight |
protected FeatureSizeType<?> |
type |
| Constructor and Description |
|---|
FeatureSize(FeatureSizeType<?> type,
OptionalInt minClippedHeight) |
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
getMinClippedHeight() |
abstract int |
method_27378(int int2,
int int3) |
<T> T |
serialize(com.mojang.datafixers.types.DynamicOps<T> ops) |
protected final FeatureSizeType<?> type
private final OptionalInt minClippedHeight
public FeatureSize(FeatureSizeType<?> type, OptionalInt minClippedHeight)
public abstract int method_27378(int int2,
int int3)
public OptionalInt getMinClippedHeight()
public <T> T serialize(com.mojang.datafixers.types.DynamicOps<T> ops)