Examples of addHealingEvent()


Examples of rra.model.Combat.addHealingEvent()

      try {
        for(Iterator<RRAParserMitigation> m=mitigations.iterator();m.hasNext();) {
          RRAParserMitigation mit=m.next();
          if(mit.getMitigation().equalsIgnoreCase("overheal")) overheal=mit.getDamageMitigated();
        }
        com1.addHealingEvent(tstamp, values[5], values[6], heal, values[9], overheal, (values[0].equals(RRAParser.EventCritHeal)));
      } catch (RRAException e) {
        //e.printStackTrace();
      }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.