Class SafeHookRescueEvent


  • public final class SafeHookRescueEvent
    extends PlayerEvent
    Called when a Survivor was unhooked safely. (Meaning neither the Survivor, nor the "Saviour" got hit by the Killer for 10 seconds after the rescue.) Contains the Survivor that was unhooked, and the Survivor who unhooked them.
    • Constructor Detail

      • SafeHookRescueEvent

        public SafeHookRescueEvent​(Survivor wasRescued,
                                   Survivor saviour)
    • Method Detail

      • getSaviour

        public Survivor getSaviour()
        Gets the Survivor who unhooked the Survivor.
        Returns:
        The Survivor who safely unhooked the Survivor.