Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Package org.bukkit.plugin

Packages

package  java
 
package  messaging
 

Classes

class  AuthorNagException
 
interface  EventExecutor
 Interface which defines the class for event call backs to plugins. More...
 
class  IllegalPluginAccessException
 Thrown when a plugin attempts to interact with the server when it is not enabled. More...
 
class  InvalidDescriptionException
 Thrown when attempting to load an invalid PluginDescriptionFile. More...
 
class  InvalidPluginException
 Thrown when attempting to load an invalid Plugin file. More...
 
interface  Plugin
 Represents a Plugin. More...
 
class  PluginBase
 Represents a base Plugin. More...
 
class  PluginDescriptionFile
 Provides access to a Plugins description file, plugin.yaml. More...
 
interface  PluginLoader
 Represents a plugin loader, which handles direct access to specific types of plugins. More...
 
enum  PluginLoadOrder
 Represents the order in which a plugin should be initialized and enabled. More...
 
class  PluginLogger
 The PluginLogger class is a modified Logger that prepends all logging calls with the name of the plugin doing the logging. More...
 
interface  PluginManager
 Handles all plugin management from the Server. More...
 
class  RegisteredListener
 Stores relevant information for plugin listeners. More...
 
class  RegisteredServiceProvider< T >
 A registered service provider. More...
 
enum  ServicePriority
 Represents various priorities of a provider. More...
 
interface  ServicesManager
 Manages services and service providers. More...
 
class  SimplePluginManager
 Handles all plugin management from the Server. More...
 
class  SimpleServicesManager
 A simple services manager. More...
 
class  TimedRegisteredListener
 Extends RegisteredListener to include timing information. More...
 
class  UnknownDependencyException
 Thrown when attempting to load an invalid Plugin file. More...