Class MineBootShell
- java.lang.Object
-
- com.github.sundev79.MineBootFramework.MineBootframework.api.MineBootModuleType
-
- com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule
-
- com.github.sundev79.MineBootFramework.MineBootShell.MineBootShell
-
public class MineBootShell extends com.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule
-
-
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 StringgetPrompt()static FilegetPwdFile()static booleanisCoreUtilsEnabled()voidonDisable()voidonEnable()static voidsetCoreUtilsEnabled(boolean coreUtilsEnabled)voidsetPrompt(String prompt)static voidsetPwdFile(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
-
-
-
-
Method Detail
-
getPwdFile
public static File getPwdFile()
-
onDisable
public void onDisable()
- Specified by:
onDisablein classcom.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:
onEnablein classcom.github.sundev79.MineBootFramework.MineBootframework.api.providers.modulemanager.MineBootModule
-
-