Package me.hsgamer.bettergui
Class BetterGUI
- java.lang.Object
-
- org.bukkit.plugin.PluginBase
-
- org.bukkit.plugin.java.JavaPlugin
-
- io.github.projectunified.minelib.plugin.base.BasePlugin
-
- me.hsgamer.bettergui.BetterGUI
-
- All Implemented Interfaces:
io.github.projectunified.minelib.plugin.base.Loadable,io.github.projectunified.minelib.plugin.postenable.PostEnable,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public final class BetterGUI extends io.github.projectunified.minelib.plugin.base.BasePlugin implements io.github.projectunified.minelib.plugin.postenable.PostEnableThe main class of the plugin
-
-
Constructor Summary
Constructors Constructor Description BetterGUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisable()voidenable()protected List<Object>getComponents()static BetterGUIgetInstance()Get the instance of the pluginvoidload()voidpostEnable()-
Methods inherited from class io.github.projectunified.minelib.plugin.base.BasePlugin
call, call, get, onDisable, onEnable, onLoad
-
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
-
-
-
-
Method Detail
-
getInstance
public static BetterGUI getInstance()
Get the instance of the plugin- Returns:
- the instance
-
getComponents
protected List<Object> getComponents()
- Overrides:
getComponentsin classio.github.projectunified.minelib.plugin.base.BasePlugin
-
load
public void load()
- Specified by:
loadin interfaceio.github.projectunified.minelib.plugin.base.Loadable
-
enable
public void enable()
- Specified by:
enablein interfaceio.github.projectunified.minelib.plugin.base.Loadable
-
postEnable
public void postEnable()
- Specified by:
postEnablein interfaceio.github.projectunified.minelib.plugin.postenable.PostEnable
-
disable
public void disable()
- Specified by:
disablein interfaceio.github.projectunified.minelib.plugin.base.Loadable
-
-