Package org.skriptlang.skript.util.event
Interface Event
- All Known Subinterfaces:
ParserInstance.ScriptActivityChangeEvent,Script.Event,ScriptLoader.LoaderEvent,ScriptLoader.ScriptInitEvent,ScriptLoader.ScriptLoadEvent,ScriptLoader.ScriptPreInitEvent,ScriptLoader.ScriptUnloadEvent,SkriptConfig.Event,SkriptConfig.ReloadEvent
public interface Event
An event is something that happens.
For Skript, this is something such as a script reloading or a context switch.