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:
Loadable
,PostEnable
,org.bukkit.command.CommandExecutor
,org.bukkit.command.TabCompleter
,org.bukkit.command.TabExecutor
,org.bukkit.plugin.Plugin
public final class BetterGUI extends BasePlugin implements PostEnable
The 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 void
disable()
void
enable()
protected List<Object>
getComponents()
static BetterGUI
getInstance()
Get the instance of the pluginvoid
load()
void
postEnable()
-
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:
getComponents
in classBasePlugin
-
postEnable
public void postEnable()
- Specified by:
postEnable
in interfacePostEnable
-
-