Class DungeonSignalMechanic
java.lang.Object
net.playavalon.mythicdungeons.mythic.DungeonSignalMechanic
- All Implemented Interfaces:
io.lumine.mythic.api.skills.INoTargetSkill
,io.lumine.mythic.api.skills.ISkillMechanic
public class DungeonSignalMechanic
extends Object
implements io.lumine.mythic.api.skills.INoTargetSkill
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.lumine.mythic.api.skills.SkillResult
cast
(io.lumine.mythic.api.skills.SkillMetadata skillMetadata) io.lumine.mythic.api.skills.ThreadSafetyLevel
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.lumine.mythic.api.skills.ISkillMechanic
getPlugin, getTargetsCreatives, getTargetsSpectators
-
Constructor Details
-
DungeonSignalMechanic
public DungeonSignalMechanic(io.lumine.mythic.api.config.MythicLineConfig mlc)
-
-
Method Details
-
getThreadSafetyLevel
public io.lumine.mythic.api.skills.ThreadSafetyLevel getThreadSafetyLevel()- Specified by:
getThreadSafetyLevel
in interfaceio.lumine.mythic.api.skills.ISkillMechanic
-
cast
public io.lumine.mythic.api.skills.SkillResult cast(io.lumine.mythic.api.skills.SkillMetadata skillMetadata) - Specified by:
cast
in interfaceio.lumine.mythic.api.skills.INoTargetSkill
-