Class HealMechanic4

  • All Implemented Interfaces:
    io.lumine.xikage.mythicmobs.skills.ITargetedEntitySkill

    
    public class HealMechanic4
    extends SkillMechanic implements ITargetedEntitySkill
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      HealMechanic4(String line, MythicLineConfig mlc)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean castAtEntity(SkillMetadata data, AbstractEntity target)
      • Methods inherited from class io.lumine.xikage.mythicmobs.skills.AbstractSkill

        evaluateTargets, getConditions, getConditionsTarget, getConditionsTrigger, getCooldown, getTargeter, getTrigger, onCooldown, setCooldown, setTargetsCreativePlayers, targetsCreativePlayers
      • Methods inherited from class io.lumine.xikage.mythicmobs.skills.SkillMechanic

        execute, executeSkills, executeSkills, getClock, getConfigLine, getRunAsync, getTimerInterval, init, isAsyncSafe, isUsableFromCaster, isUsableFromSkill, resetClock, setAsyncSafe, setTimerInterval, tickClock, usable, usable, usable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HealMechanic4

        HealMechanic4(String line, MythicLineConfig mlc)