Class FeatureSize
java.lang.Object
net.minecraft.world.gen.feature.size.FeatureSize
- Direct Known Subclasses:
ThreeLayersFeatureSize,TwoLayersFeatureSize
public abstract class FeatureSize extends Object
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<FeatureSize>field_24922protected OptionalIntminClippedHeight -
Constructor Summary
Constructors Constructor Description FeatureSize(OptionalInt optionalInt) -
Method Summary
Modifier and Type Method Description OptionalIntgetMinClippedHeight()abstract intmethod_27378(int int2, int int3)protected static <S extends FeatureSize>
com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt>method_28820()protected abstract FeatureSizeType<?>method_28824()
-
Field Details
-
Constructor Details
-
Method Details
-
method_28820
protected static <S extends FeatureSize> com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt> method_28820() -
method_28824
-
method_27378
public abstract int method_27378(int int2, int int3) -
getMinClippedHeight
-