Package me.syncwrld.booter.minecraft
Class SpigotLoader
- java.lang.Object
-
- org.bukkit.plugin.PluginBase
-
- org.bukkit.plugin.java.JavaPlugin
-
- me.syncwrld.booter.minecraft.loader.BukkitPlugin
-
- me.syncwrld.booter.minecraft.SpigotLoader
-
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public class SpigotLoader extends BukkitPlugin
-
-
Field Summary
-
Fields inherited from class me.syncwrld.booter.minecraft.loader.BukkitPlugin
asciiArt, configuration, configurationDefault, dataCollection, gson
-
-
Constructor Summary
Constructors Constructor Description SpigotLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwhenDisable()protected voidwhenEnable()protected voidwhenLoad()-
Methods inherited from class me.syncwrld.booter.minecraft.loader.BukkitPlugin
callEvent, callEvents, deserialize, deserializeItemStack, deserializeLocation, getConfig, getConfigFile, getConfigOf, getConfiguration, hasSpigot, log, log, log, log, log, onDisable, onEnable, onLoad, pluginManager, registerData, registerDatas, registerListener, registerListeners, runLater, saveConfig, saveConfig, saveDefaultConfig, saveFile, saveFile, saveResource, sendAsciiArt, sendAsciiArt, serialize, server, setAsciiArt, setAutoDataRegistry, setConfigurationAsDefault, setPrefix, startRepeatingRunnable
-
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, initialize, installDDL, isEnabled, isInitialized, isNaggable, onCommand, onTabComplete, reloadConfig, removeDDL, setEnabled, setNaggable, toString
-
-
-
-
Method Detail
-
whenLoad
protected void whenLoad()
- Specified by:
whenLoadin classBukkitPlugin
-
whenEnable
protected void whenEnable()
- Specified by:
whenEnablein classBukkitPlugin
-
whenDisable
protected void whenDisable()
- Specified by:
whenDisablein classBukkitPlugin
-
-