Package ch.njol.skript
Interface SkriptConfig.ReloadEvent
- All Superinterfaces:
Event
,SkriptConfig.Event
- Enclosing class:
SkriptConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Called when Skript's configuration is successfully reloaded.
This occurs when the reload process has finished, meaning the config is safe to reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onReload()
The method that is called when this event triggers.
-
Method Details
-
onReload
void onReload()The method that is called when this event triggers.
-