Annotation Interface OnDisable
Indicates that a method should be called when the plugin is disabled.
-
Optional Element Summary
Optional Elements
-
Element Details
-
before
Class<?>[] beforeThis indicates the priority of the method.- Returns:
- The classes to call before this method
- Default:
{}
-