• 浏览量:10
  • 创建日期:11天前
  • 最后编辑:未知
  • 编辑次数:没有

历史编辑记录更多
    最近参与编辑
    最近浏览

      [登录],成为第一个留下脚印的人吧!

    Damage Cancel

    拥有此效果时,取消外来伤害。

    此处摘取部分源代码:

      public void onLivingPotionEvent(LivingAttackEvent event) {
        EntityLivingBase target = event.getEntityLiving();
        DamageSource damage = event.getSource();
        float amount = event.getAmount();
        if (target != null && !target.field_70170_p.field_72995_K) {
          if (target.func_70644_a(TFCore.DAMAGE_CANCEL))
            event.setCanceled(true);
    Damage Cancel
    Damage Cancel
    资料分类:BUFF-1.12

    短评加载中..