Class BushFoliagePlacer
java.lang.Object
net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacer
net.minecraft.world.level.levelgen.feature.foliageplacers.BlobFoliagePlacer
net.minecraft.world.level.levelgen.feature.foliageplacers.BushFoliagePlacer
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacerFoliagePlacer.FoliageAttachment, FoliagePlacer.FoliageSetter
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.BlobFoliagePlacerheightFields inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlaceroffset, radius
- 
Constructor SummaryConstructorsConstructorDescriptionBushFoliagePlacer(IntProvider p_161370_, IntProvider p_161371_, int p_161372_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcreateFoliage(LevelSimulatedReader p_273251_, FoliagePlacer.FoliageSetter p_273782_, RandomSource p_273626_, TreeConfiguration p_272956_, int p_273384_, FoliagePlacer.FoliageAttachment p_273459_, int p_273161_, int p_272989_, int p_273166_) protected booleanshouldSkipLocation(RandomSource p_225530_, int p_225531_, int p_225532_, int p_225533_, int p_225534_, boolean p_225535_) protected FoliagePlacerType<?>type()Methods inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.BlobFoliagePlacerblobParts, foliageHeightMethods inherited from class net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacercreateFoliage, foliagePlacerParts, foliageRadius, placeLeavesRow, placeLeavesRowWithHangingLeavesBelow, shouldSkipLocationSigned, tryPlaceLeaf
- 
Field Details- 
CODEC
 
- 
- 
Constructor Details- 
BushFoliagePlacer
 
- 
- 
Method Details- 
type- Overrides:
- typein class- BlobFoliagePlacer
 
- 
createFoliageprotected void createFoliage(LevelSimulatedReader p_273251_, FoliagePlacer.FoliageSetter p_273782_, RandomSource p_273626_, TreeConfiguration p_272956_, int p_273384_, FoliagePlacer.FoliageAttachment p_273459_, int p_273161_, int p_272989_, int p_273166_) - Overrides:
- createFoliagein class- BlobFoliagePlacer
 
- 
shouldSkipLocationprotected boolean shouldSkipLocation(RandomSource p_225530_, int p_225531_, int p_225532_, int p_225533_, int p_225534_, boolean p_225535_) - Overrides:
- shouldSkipLocationin class- BlobFoliagePlacer
 
 
-