java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.conditions.HitSeverityFilter
All Implemented Interfaces:
Condition<HasEffects>, SimpleCondition<HasEffects>

public class HitSeverityFilter extends Object implements SimpleCondition<HasEffects>
  • Field Details

    • damage

      public boolean damage
    • healTarget

      public boolean healTarget
    • healSelf

      public boolean healSelf
    • normal

      public boolean normal
    • crit

      public boolean crit
    • dhit

      public boolean dhit
    • dcrit

      public boolean dcrit
  • Constructor Details

    • HitSeverityFilter

      public HitSeverityFilter()
  • Method Details