java.lang.Object
net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer

public class LanakilaTypeELogPlacer extends net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.Codec<LanakilaTypeELogPlacer>
     

    Fields inherited from class net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer

    baseHeight, heightRandA, heightRandB, MAX_HEIGHT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LanakilaTypeELogPlacer(int p_i232060_1_, int p_i232060_2_, int p_i232060_3_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static boolean
    placeLogAxis(net.minecraft.world.level.LevelSimulatedReader p_236911_0_, BiConsumer<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> setter, net.minecraft.util.RandomSource p_236911_1_, net.minecraft.core.BlockPos p_236911_2_, net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration p_236911_5_, net.minecraft.core.Direction.Axis axis)
     
    List<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacer.FoliageAttachment>
    placeTrunk(net.minecraft.world.level.LevelSimulatedReader level, BiConsumer<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> setter, net.minecraft.util.RandomSource random, int height, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration config)
     
    protected net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?>
     

    Methods inherited from class net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer

    getTreeHeight, isFree, placeLog, placeLog, placeLogIfFree, setDirtAt, trunkPlacerParts, validTreePos

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • LanakilaTypeELogPlacer

      public LanakilaTypeELogPlacer(int p_i232060_1_, int p_i232060_2_, int p_i232060_3_)
    • LanakilaTypeELogPlacer

      public LanakilaTypeELogPlacer()
  • Method Details

    • type

      protected net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacerType<?> type()
      Specified by:
      type in class net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
    • placeTrunk

      public List<net.minecraft.world.level.levelgen.feature.foliageplacers.FoliagePlacer.FoliageAttachment> placeTrunk(net.minecraft.world.level.LevelSimulatedReader level, BiConsumer<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> setter, net.minecraft.util.RandomSource random, int height, net.minecraft.core.BlockPos blockPos, net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration config)
      Specified by:
      placeTrunk in class net.minecraft.world.level.levelgen.feature.trunkplacers.TrunkPlacer
    • placeLogAxis

      protected static boolean placeLogAxis(net.minecraft.world.level.LevelSimulatedReader p_236911_0_, BiConsumer<net.minecraft.core.BlockPos,net.minecraft.world.level.block.state.BlockState> setter, net.minecraft.util.RandomSource p_236911_1_, net.minecraft.core.BlockPos p_236911_2_, net.minecraft.world.level.levelgen.feature.configurations.TreeConfiguration p_236911_5_, net.minecraft.core.Direction.Axis axis)