Package com.zetaplugins.zetacore
Class ZetaCorePlugin
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
com.zetaplugins.zetacore.ZetaCorePlugin
- All Implemented Interfaces:
LifecycleEventOwner,CommandExecutor,TabCompleter,TabExecutor,Plugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBStatsMetrics(int pluginId) Creates bStats metrics instance for this plugin.Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, 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 org.bukkit.plugin.Plugin
getComponentLogger, getLog4JLogger, getSLF4JLogger
-
Constructor Details
-
ZetaCorePlugin
public ZetaCorePlugin()
-
-
Method Details
-
getPluginFile
-
createBStatsMetrics
Creates bStats metrics instance for this plugin.- Parameters:
pluginId- The plugin bStats id- Returns:
- The metrics instance
-