Class HealMechanic4
-
- All Implemented Interfaces:
-
io.lumine.xikage.mythicmobs.skills.ITargetedEntitySkill
public class HealMechanic4 extends SkillMechanic implements ITargetedEntitySkill
-
-
Constructor Summary
Constructors Constructor Description HealMechanic4(String line, MythicLineConfig mlc)
-
Method Summary
Modifier and Type Method Description BooleancastAtEntity(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)
-
-
Method Detail
-
castAtEntity
Boolean castAtEntity(SkillMetadata data, AbstractEntity target)
-
-
-
-