function destroyBlock(x, y, z, side){};
x: 方块的x轴坐标
y: 方块的y轴坐标
z: 方块的z轴坐标
side: 方块从哪个方向被破坏
当一个方块被破坏时会触发
可以使用preventDefault()
Template:ModPE