Class ThreeLayersFeatureSize
java.lang.Object
net.minecraft.world.level.levelgen.feature.featuresize.FeatureSize
net.minecraft.world.level.levelgen.feature.featuresize.ThreeLayersFeatureSize
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ThreeLayersFeatureSize>private final intprivate final intprivate final intprivate final intprivate final intFields inherited from class net.minecraft.world.level.levelgen.feature.featuresize.FeatureSizeMAX_WIDTH, minClippedHeight
- 
Constructor SummaryConstructorsConstructorDescriptionThreeLayersFeatureSize(int p_68314_, int p_68315_, int p_68316_, int p_68317_, int p_68318_, OptionalInt p_68319_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetSizeAtHeight(int p_68321_, int p_68322_) protected FeatureSizeType<?>type()Methods inherited from class net.minecraft.world.level.levelgen.feature.featuresize.FeatureSizeminClippedHeight, minClippedHeightCodec
- 
Field Details- 
CODEC
- 
limitprivate final int limit
- 
upperLimitprivate final int upperLimit
- 
lowerSizeprivate final int lowerSize
- 
middleSizeprivate final int middleSize
- 
upperSizeprivate final int upperSize
 
- 
- 
Constructor Details- 
ThreeLayersFeatureSizepublic ThreeLayersFeatureSize(int p_68314_, int p_68315_, int p_68316_, int p_68317_, int p_68318_, OptionalInt p_68319_) 
 
- 
- 
Method Details- 
type- Specified by:
- typein class- FeatureSize
 
- 
getSizeAtHeightpublic int getSizeAtHeight(int p_68321_, int p_68322_) - Specified by:
- getSizeAtHeightin class- FeatureSize
 
 
-