public class GingkoFancyTrunkPlacer
extends net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<GingkoFancyTrunkPlacer> |
CODEC |
Constructor and Description |
---|
GingkoFancyTrunkPlacer(int p_i232054_1_,
int p_i232054_2_,
int p_i232054_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> logs,
net.minecraft.util.math.MutableBoundingBox boundingBox,
net.minecraft.world.gen.feature.BaseTreeFeatureConfig config) |
protected net.minecraft.world.gen.trunkplacer.TrunkPlacerType<?> |
type() |
public static final com.mojang.serialization.Codec<GingkoFancyTrunkPlacer> CODEC
public GingkoFancyTrunkPlacer(int p_i232054_1_, int p_i232054_2_, int p_i232054_3_)
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> logs, net.minecraft.util.math.MutableBoundingBox boundingBox, net.minecraft.world.gen.feature.BaseTreeFeatureConfig config)
placeTrunk
in class net.minecraft.world.gen.trunkplacer.AbstractTrunkPlacer