Interface SectionExitHandler

All Known Implementing Classes:
LoopSection

public interface SectionExitHandler
A Section implementing this interface can execute a task when it is exited by an 'exit' or 'return' effect.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exit(org.bukkit.event.Event event)
    Exits the section
  • Method Details

    • exit

      void exit(org.bukkit.event.Event event)
      Exits the section
      Parameters:
      event - The involved event