Class TreeCutter.Tree
java.lang.Object
com.simibubi.create.foundation.utility.AbstractBlockBreakQueue
com.simibubi.create.foundation.utility.TreeCutter.Tree
- Enclosing class:
- TreeCutter
-
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) Methods inherited from class com.simibubi.create.foundation.utility.AbstractBlockBreakQueue
destroyBlocks, makeCallbackFor
-
Constructor Details
-
Tree
-
-
Method Details
-
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
-