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