Package 

Object FlyLib.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> FlyLib<T> create(JavaPlugin plugin, FlyLibAction<T> builder) Start FlyLib with the specified plugin.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • create

         final <T extends Any> FlyLib<T> create(JavaPlugin plugin, FlyLibAction<T> builder)

        Start FlyLib with the specified plugin. It also supports disabling and enabling plug-ins by Plug Man, etc.