public class DynamicTree extends AbstractBlockBreakQueue
| Constructor and Description |
|---|
DynamicTree(net.minecraft.util.math.BlockPos startCutPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyBlocks(net.minecraft.world.World world,
net.minecraft.item.ItemStack toDamage,
net.minecraft.entity.player.PlayerEntity playerEntity,
java.util.function.BiConsumer<net.minecraft.util.math.BlockPos,net.minecraft.item.ItemStack> drop) |
static boolean |
isDynamicBranch(net.minecraft.block.Block block) |
destroyBlocks, makeCallbackForpublic void destroyBlocks(net.minecraft.world.World world,
net.minecraft.item.ItemStack toDamage,
@Nullable
net.minecraft.entity.player.PlayerEntity playerEntity,
java.util.function.BiConsumer<net.minecraft.util.math.BlockPos,net.minecraft.item.ItemStack> drop)
destroyBlocks in class AbstractBlockBreakQueuepublic static boolean isDynamicBranch(net.minecraft.block.Block block)