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 base 
Plugin
 
 Extend this class if your plugin is not a JavaPlugin
- 
Constructor SummaryConstructors Constructor Description PluginBase()
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.plugin.PlugingetConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable
- 
Constructor Details- 
PluginBasepublic PluginBase()
 
- 
- 
Method Details