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.

@FunctionalInterface public static interface SkriptConfig.ReloadEvent extends SkriptConfig.Event
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 Type
    Method
    Description
    void
    The method that is called when this event triggers.
  • Method Details

    • onReload

      void onReload()
      The method that is called when this event triggers.