Package ch.njol.skript.lang
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
-
Method Details
-
exit
void exit(org.bukkit.event.Event event) Exits the section- Parameters:
event- The involved event
-