Class DynamicTree

java.lang.Object
com.simibubi.create.foundation.utility.AbstractBlockBreakQueue
com.simibubi.create.compat.dynamictrees.DynamicTree

public class DynamicTree extends AbstractBlockBreakQueue
  • Constructor Details

    • DynamicTree

      public DynamicTree(net.minecraft.core.BlockPos startCutPos)
  • Method Details

    • isDynamicBranch

      public static boolean isDynamicBranch(net.minecraft.world.level.block.Block block)
    • destroyBlocks

      public void destroyBlocks(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack toDamage, @Nullable net.minecraft.world.entity.player.Player playerEntity, BiConsumer<net.minecraft.core.BlockPos,net.minecraft.world.item.ItemStack> drop)
      Specified by:
      destroyBlocks in class AbstractBlockBreakQueue