Class StunnedKillerEvent


  • public final class StunnedKillerEvent
    extends PlayerEvent
    Called after a Survivor stunned the Killer. Contains the duration of the stun in Ticks.
    • Constructor Detail

      • StunnedKillerEvent

        public StunnedKillerEvent​(Survivor survivor,
                                  int duration,
                                  org.kikikan.deadbymoonlight.util.StunReason stunReason)
    • Method Detail

      • getDuration

        public int getDuration()
      • getStunReason

        public org.kikikan.deadbymoonlight.util.StunReason getStunReason()