Class PAFExtension


  • public abstract class PAFExtension
    extends net.md_5.bungee.api.plugin.Plugin
    • Constructor Summary

      Constructors 
      Constructor Description
      PAFExtension()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getConfigFolder()  
      void onDisable()  
      protected void registerAsExtension()  
      void reload()  
      protected void unregisterExtension()  
      • Methods inherited from class net.md_5.bungee.api.plugin.Plugin

        getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onEnable, onLoad
      • Methods inherited from class java.lang.Object

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

      • PAFExtension

        public PAFExtension()
    • Method Detail

      • reload

        public void reload()
      • getConfigFolder

        public java.io.File getConfigFolder()
      • onDisable

        public void onDisable()
        Overrides:
        onDisable in class net.md_5.bungee.api.plugin.Plugin
      • registerAsExtension

        protected void registerAsExtension()
      • unregisterExtension

        protected void unregisterExtension()