public class LumTrunkPlacer
extends net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
Constructor and Description |
---|
LumTrunkPlacer() |
LumTrunkPlacer(int p_i232060_1_,
int p_i232060_2_,
int p_i232060_3_) |
Modifier and Type | Method and Description |
---|---|
java.util.List<net.minecraft.world.gen.foliageplacer.FoliagePlacer.Foliage> |
placeTrunk(net.minecraft.world.gen.IWorldGenerationReader level,
java.util.Random random,
int height,
net.minecraft.util.math.BlockPos blockPos,
java.util.Set<net.minecraft.util.math.BlockPos> blockPosSet,
net.minecraft.util.math.MutableBoundingBox boundingBox,
net.minecraft.world.gen.feature.BaseTreeFeatureConfig config) |
protected net.minecraft.world.gen.trunkplacer.TrunkPlacerType<?> |
type() |
public LumTrunkPlacer(int p_i232060_1_, int p_i232060_2_, int p_i232060_3_)
public LumTrunkPlacer()
protected net.minecraft.world.gen.trunkplacer.TrunkPlacerType<?> type()
type
in class net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
public java.util.List<net.minecraft.world.gen.foliageplacer.FoliagePlacer.Foliage> placeTrunk(net.minecraft.world.gen.IWorldGenerationReader level, java.util.Random random, int height, net.minecraft.util.math.BlockPos blockPos, java.util.Set<net.minecraft.util.math.BlockPos> blockPosSet, net.minecraft.util.math.MutableBoundingBox boundingBox, net.minecraft.world.gen.feature.BaseTreeFeatureConfig config)
placeTrunk
in class net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer