public static class TreeCutter.Tree extends AbstractBlockBreakQueue
| Constructor and Description |
|---|
Tree(java.util.List<net.minecraft.util.math.BlockPos> logs,
java.util.List<net.minecraft.util.math.BlockPos> leaves) |
| 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) |
destroyBlocks, makeCallbackForpublic Tree(java.util.List<net.minecraft.util.math.BlockPos> logs,
java.util.List<net.minecraft.util.math.BlockPos> leaves)
public 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 AbstractBlockBreakQueue