Package net.minecraft.world.gen.feature
Class AbstractFeatureSizeType
java.lang.Object
net.minecraft.world.gen.feature.AbstractFeatureSizeType
- Direct Known Subclasses:
ThreeLayerFeature
,TwoLayerFeature
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AbstractFeatureSizeType>
protected final OptionalInt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
getSizeAtHeight
(int p_230369_1_, int p_230369_2_) protected static <S extends AbstractFeatureSizeType>
com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt> protected abstract FeatureSizeType<?>
type()
-
Field Details
-
CODEC
-
minClippedHeight
-
-
Constructor Details
-
AbstractFeatureSizeType
-
-
Method Details
-
minClippedHeightCodec
protected static <S extends AbstractFeatureSizeType> com.mojang.serialization.codecs.RecordCodecBuilder<S,OptionalInt> minClippedHeightCodec() -
type
-
getSizeAtHeight
public abstract int getSizeAtHeight(int p_230369_1_, int p_230369_2_) -
minClippedHeight
-