Class StraightTrunkPlacer
java.lang.Object
net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
net.minecraft.world.gen.trunkplacer.StraightTrunkPlacer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StraightTrunkPlacer>
Fields inherited from class net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
baseHeight, heightRandA, heightRandB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionplaceTrunk
(IWorldGenerationReader p_230382_1_, Random p_230382_2_, int p_230382_3_, BlockPos p_230382_4_, Set<BlockPos> p_230382_5_, MutableBoundingBox p_230382_6_, BaseTreeFeatureConfig p_230382_7_) protected TrunkPlacerType<?>
type()
Methods inherited from class net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
getTreeHeight, placeLog, placeLogIfFree, setBlock, setDirtAt, trunkPlacerParts
-
Field Details
-
CODEC
-
-
Constructor Details
-
StraightTrunkPlacer
public StraightTrunkPlacer(int p_i232059_1_, int p_i232059_2_, int p_i232059_3_)
-
-
Method Details
-
type
- Specified by:
type
in classAbstractTrunkPlacer
-
placeTrunk
public List<FoliagePlacer.Foliage> placeTrunk(IWorldGenerationReader p_230382_1_, Random p_230382_2_, int p_230382_3_, BlockPos p_230382_4_, Set<BlockPos> p_230382_5_, MutableBoundingBox p_230382_6_, BaseTreeFeatureConfig p_230382_7_) - Specified by:
placeTrunk
in classAbstractTrunkPlacer
-