Class MineBootShell


  • public class MineBootShell
    extends com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.github.sundev79.MineBootFramework.MineBootframework.api.MineBootModuleType

        com.github.sundev79.MineBootFramework.MineBootframework.api.MineBootModuleType.ModuleType
    • Constructor Summary

      Constructors 
      Constructor Description
      MineBootShell​(com.github.sundev79.MineBootFramework.MineBootframework.api.events.MineBootEventHandler preInitTask)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getPrompt()  
      static File getPwdFile()  
      static boolean isCoreUtilsEnabled()  
      void onDisable()  
      void onEnable()  
      static void setCoreUtilsEnabled​(boolean coreUtilsEnabled)  
      void setPrompt​(String prompt)  
      static void setPwdFile​(File pwdFile)  
      • Methods inherited from class com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule

        getAuthor, getMaxApiLevel, getMinApiLevel, getModuleClassMain, getModuleJarFile, getModuleJsonMeta, getModuleMetaUrl, getModuleName, getModuleNumber, getModulesList, getModuleVersion, getTargetApiLevel, getWebSiteUrl, isEnabled, parseJsonMetaData, registerModule, removeModule, setAuthor, setEnabled, setMaxApiLevel, setMinApiLevel, setModuleClassMain, setModuleJarFile, setModuleJsonMeta, setModuleName, setModuleVersion, setOnPreInit, setTargetApiLevel, setWebSiteUrl
      • Methods inherited from class com.github.sundev79.MineBootFramework.MineBootframework.api.MineBootModuleType

        getModuleType, setModuleType
    • Constructor Detail

      • MineBootShell

        public MineBootShell​(com.github.sundev79.MineBootFramework.MineBootframework.api.events.MineBootEventHandler preInitTask)
    • Method Detail

      • getPwdFile

        public static File getPwdFile()
      • onDisable

        public void onDisable()
        Specified by:
        onDisable in class com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule
      • getPrompt

        public String getPrompt()
      • setPrompt

        public void setPrompt​(String prompt)
      • setPwdFile

        public static void setPwdFile​(File pwdFile)
      • isCoreUtilsEnabled

        public static boolean isCoreUtilsEnabled()
      • setCoreUtilsEnabled

        public static void setCoreUtilsEnabled​(boolean coreUtilsEnabled)
      • onEnable

        public void onEnable()
        Specified by:
        onEnable in class com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule