Package org.bukkit.plugin
Class PluginBase
java.lang.Object
org.bukkit.plugin.PluginBase
- All Implemented Interfaces:
- CommandExecutor,- TabCompleter,- TabExecutor,- Plugin
- Direct Known Subclasses:
- JavaPlugin
Represents a base 
Plugin
 
 Extend this class if your plugin is not a JavaPlugin
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.command.CommandExecutoronCommandMethods inherited from interface org.bukkit.plugin.PlugingetComponentLogger, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getLog4JLogger, getLogger, getPluginLoader, getPluginMeta, getResource, getServer, getSLF4JLogger, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggableMethods inherited from interface org.bukkit.command.TabCompleteronTabComplete
- 
Constructor Details- 
PluginBasepublic PluginBase()
 
- 
- 
Method Details- 
hashCodepublic final int hashCode()
- 
equals
- 
getNameDescription copied from interface:PluginReturns the name of the plugin.This should return the bare name of the plugin and should be used for comparison. 
 
-