Package net.guizhanss.guizhanlibplugin
Class GuizhanLibPlugin
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
net.guizhanss.guizhanlibplugin.GuizhanLibPlugin
- All Implemented Interfaces:
io.github.thebusybiscuit.slimefun4.api.SlimefunAddon,CommandExecutor,TabCompleter,TabExecutor,Plugin
public final class GuizhanLibPlugin
extends net.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
GuizhanLib plugin version.
- Author:
- ybw0014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoiddisable()voidenable()static ConfigManagerstatic UniversalUpdaterMethods inherited from class net.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
createKey, getAddonConfig, getBugTrackerURL, getConfig, getEnvironment, getGithubBranch, getGithubRepo, getGithubUser, getInstance, getJavaPlugin, getPluginCommand, getScheduler, getSlimefunTickCount, isAutoUpdateEnabled, load, log, log, onDisable, onEnable, onLoad, saveDefaultConfig, sendConsoleMethods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.github.thebusybiscuit.slimefun4.api.SlimefunAddon
getLogger, getName, getPluginVersion, hasDependency
-
Constructor Details
-
GuizhanLibPlugin
public GuizhanLibPlugin()
-
-
Method Details
-
getConfigManager
-
getUniversalUpdater
-
enable
public void enable()- Specified by:
enablein classnet.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
-
disable
public void disable()- Specified by:
disablein classnet.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
-
autoUpdate
protected void autoUpdate()- Overrides:
autoUpdatein classnet.guizhanss.guizhanlib.slimefun.addon.AbstractAddon
-