Package org.bukkit.plugin
Class PluginBase
- java.lang.Object
-
- org.bukkit.plugin.PluginBase
-
- All Implemented Interfaces:
CommandExecutor,TabCompleter,TabExecutor,Plugin
- Direct Known Subclasses:
JavaPlugin
public abstract class PluginBase extends Object implements Plugin
Represents a basePluginExtend this class if your plugin is not a
JavaPlugin
-
-
Constructor Summary
Constructors Constructor Description PluginBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Returns the name of the plugin.inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bukkit.command.CommandExecutor
onCommand
-
Methods inherited from interface org.bukkit.plugin.Plugin
getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable
-
Methods inherited from interface org.bukkit.command.TabCompleter
onTabComplete
-
-