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

    Constructors
    Constructor
    Description
    DungeonSignalMechanic(io.lumine.mythic.api.config.MythicLineConfig mlc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.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 interface io.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 interface io.lumine.mythic.api.skills.INoTargetSkill