public abstract class FeatureSize extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.mojang.serialization.Codec<FeatureSize> |
field_24922 |
protected OptionalInt |
minClippedHeight |
| Constructor and Description |
|---|
FeatureSize(OptionalInt optionalInt) |
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
getMinClippedHeight() |
abstract int |
method_27378(int int2,
int int3) |
protected static <S extends FeatureSize> |
method_28820() |
protected abstract FeatureSizeType<?> |
method_28824() |
public static final com.mojang.serialization.Codec<FeatureSize> field_24922
protected final OptionalInt minClippedHeight
public FeatureSize(OptionalInt optionalInt)
protected static <S extends FeatureSize> com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt> method_28820()
protected abstract FeatureSizeType<?> method_28824()
public abstract int method_27378(int int2,
int int3)
public OptionalInt getMinClippedHeight()