function startDestroyBlock(x, y, z, side){};
x: 方块的x坐标
y: 方块的y坐标
z: 方块的z坐标
side: 破坏方块的方向
当交互界面切换时触发
可以使用preventDefault()
Template:ModPE