Class MegaPineFoliagePlacer
java.lang.Object
net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacer
net.minecraft.world.level.levelgen.feature.foliageplacers.MegaPineFoliagePlacer
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerFoliagePlacer.FoliageAttachment, FoliagePlacer.FoliageSetter
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MegaPineFoliagePlacer>private final IntProviderFields inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlaceroffset, radius
- 
Constructor SummaryConstructorsConstructorDescriptionMegaPineFoliagePlacer(IntProvider p_161470_, IntProvider p_161471_, IntProvider p_161472_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcreateFoliage(LevelSimulatedReader p_225678_, FoliagePlacer.FoliageSetter p_273345_, RandomSource p_225680_, TreeConfiguration p_225681_, int p_225682_, FoliagePlacer.FoliageAttachment p_225683_, int p_225684_, int p_225685_, int p_225686_) intfoliageHeight(RandomSource p_225674_, int p_225675_, TreeConfiguration p_225676_) protected booleanshouldSkipLocation(RandomSource p_225667_, int p_225668_, int p_225669_, int p_225670_, int p_225671_, boolean p_225672_) protected FoliagePlacerType<?>type()Methods inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacercreateFoliage, foliagePlacerParts, foliageRadius, placeLeavesRow, placeLeavesRowWithHangingLeavesBelow, shouldSkipLocationSigned, tryPlaceLeaf
- 
Field Details- 
CODEC
- 
crownHeight
 
- 
- 
Constructor Details- 
MegaPineFoliagePlacer
 
- 
- 
Method Details- 
type- Specified by:
- typein class- FoliagePlacer
 
- 
createFoliageprotected void createFoliage(LevelSimulatedReader p_225678_, FoliagePlacer.FoliageSetter p_273345_, RandomSource p_225680_, TreeConfiguration p_225681_, int p_225682_, FoliagePlacer.FoliageAttachment p_225683_, int p_225684_, int p_225685_, int p_225686_) - Specified by:
- createFoliagein class- FoliagePlacer
 
- 
foliageHeight- Specified by:
- foliageHeightin class- FoliagePlacer
 
- 
shouldSkipLocationprotected boolean shouldSkipLocation(RandomSource p_225667_, int p_225668_, int p_225669_, int p_225670_, int p_225671_, boolean p_225672_) - Specified by:
- shouldSkipLocationin class- FoliagePlacer
 
 
-