Package 

Interface PluginLoader

    • Method Summary

      Modifier and Type Method Description
      abstract <T extends Plugin> List<T> load(Class<T> clazz)
      abstract <T extends Plugin> List<T> loadEnabled(CoreConfiguration config, Class<T> clazz)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait