Class DynamicTree
java.lang.Object
com.simibubi.create.foundation.utility.AbstractBlockBreakQueue
com.simibubi.create.compat.dynamictrees.DynamicTree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroyBlocks(net.minecraft.world.level.Level world, net.minecraft.world.item.ItemStack toDamage, net.minecraft.world.entity.player.Player playerEntity, BiConsumer<net.minecraft.core.BlockPos, net.minecraft.world.item.ItemStack> drop) static booleanisDynamicBranch(net.minecraft.world.level.block.Block block) Methods inherited from class com.simibubi.create.foundation.utility.AbstractBlockBreakQueue
destroyBlocks, makeCallbackFor
-
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:
destroyBlocksin classAbstractBlockBreakQueue
-