Class SurvivorEscapedEvent


  • public final class SurvivorEscapedEvent
    extends PlayerEvent
    Called whenever a Survivor escaped from the Trial. Contains the method the Survivor used.
    • Constructor Detail

      • SurvivorEscapedEvent

        public SurvivorEscapedEvent​(Survivor survivor,
                                    EscapeMethod escapeMethod)
    • Method Detail

      • getEscapeMethod

        public EscapeMethod getEscapeMethod()
        Gets the method which was used to leave the Arena.
        Returns:
        The method which was used to leave the Arena.