function entityHurtHook(attacker, victim, halfhearts){};
attacker: 攻擊者
victim: 受害者
halfhearts: 受到的傷害(直譯為半顆心)
當實體受到傷害時會觸發
此条Hook与attackHook的差别在于它能够监测所有实体的攻击动作 可以使用preventDefault()
Template:ModPE