Class TwoLayersFeatureSize
java.lang.Object
net.minecraft.world.level.levelgen.feature.featuresize.FeatureSize
net.minecraft.world.level.levelgen.feature.featuresize.TwoLayersFeatureSize
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TwoLayersFeatureSize>private final intprivate final intprivate final intFields inherited from class net.minecraft.world.level.levelgen.feature.featuresize.FeatureSizeMAX_WIDTH, minClippedHeight
- 
Constructor SummaryConstructorsConstructorDescriptionTwoLayersFeatureSize(int p_68342_, int p_68343_, int p_68344_) TwoLayersFeatureSize(int p_68346_, int p_68347_, int p_68348_, OptionalInt p_68349_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetSizeAtHeight(int p_68351_, int p_68352_) protected FeatureSizeType<?>type()Methods inherited from class net.minecraft.world.level.levelgen.feature.featuresize.FeatureSizeminClippedHeight, minClippedHeightCodec
- 
Field Details- 
CODEC
- 
limitprivate final int limit
- 
lowerSizeprivate final int lowerSize
- 
upperSizeprivate final int upperSize
 
- 
- 
Constructor Details- 
TwoLayersFeatureSizepublic TwoLayersFeatureSize(int p_68342_, int p_68343_, int p_68344_) 
- 
TwoLayersFeatureSize
 
- 
- 
Method Details- 
type- Specified by:
- typein class- FeatureSize
 
- 
getSizeAtHeightpublic int getSizeAtHeight(int p_68351_, int p_68352_) - Specified by:
- getSizeAtHeightin class- FeatureSize
 
 
-