Uses of Package
org.bukkit.plugin

Packages that use org.bukkit.plugin
org.bukkit More generalized classes in the API. 
org.bukkit.command Classes relating to handling specialized non-chat player input. 
org.bukkit.conversations Classes dedicated to facilitate direct player-to-plugin communication. 
org.bukkit.event Classes dedicated to handling triggered code executions. 
org.bukkit.event.server Events relating to programmatic state changes on the server. 
org.bukkit.metadata Classes dedicated to providing a layer of plugin specified data on various Minecraft concepts. 
org.bukkit.permissions Classes dedicated to providing binary state properties to players. 
org.bukkit.plugin Classes specifically relating to loading software modules at runtime. 
org.bukkit.plugin.java Classes for handling plugins written in java. 
org.bukkit.plugin.messaging Classes dedicated to specialized plugin to client protocols. 
org.bukkit.scheduler Classes dedicated to letting plugins run code at specific time intervals, including thread safety. 
 

Classes in org.bukkit.plugin used by org.bukkit
PluginManager
          Handles all plugin management from the Server
ServicesManager
          Manages services and service providers.
 

Classes in org.bukkit.plugin used by org.bukkit.command
Plugin
          Represents a Plugin
 

Classes in org.bukkit.plugin used by org.bukkit.conversations
Plugin
          Represents a Plugin
 

Classes in org.bukkit.plugin used by org.bukkit.event
Plugin
          Represents a Plugin
RegisteredListener
          Stores relevant information for plugin listeners
 

Classes in org.bukkit.plugin used by org.bukkit.event.server
Plugin
          Represents a Plugin
RegisteredServiceProvider
          A registered service provider.
 

Classes in org.bukkit.plugin used by org.bukkit.metadata
Plugin
          Represents a Plugin
 

Classes in org.bukkit.plugin used by org.bukkit.permissions
Plugin
          Represents a Plugin
 

Classes in org.bukkit.plugin used by org.bukkit.plugin
EventExecutor
          Interface which defines the class for event call backs to plugins
InvalidDescriptionException
          Thrown when attempting to load an invalid PluginDescriptionFile
InvalidPluginException
          Thrown when attempting to load an invalid Plugin file
Plugin
          Represents a Plugin
PluginAwareness
          Represents a concept that a plugin is aware of.
PluginAwareness.Flags
          Each entry here represents a particular plugin's awareness.
PluginDescriptionFile
          This type is the runtime-container for the information in the plugin.yml.
PluginLoader
          Represents a plugin loader, which handles direct access to specific types of plugins
PluginLoadOrder
          Represents the order in which a plugin should be initialized and enabled
PluginManager
          Handles all plugin management from the Server
RegisteredListener
          Stores relevant information for plugin listeners
RegisteredServiceProvider
          A registered service provider.
ServicePriority
          Represents various priorities of a provider.
ServicesManager
          Manages services and service providers.
UnknownDependencyException
          Thrown when attempting to load an invalid Plugin file
 

Classes in org.bukkit.plugin used by org.bukkit.plugin.java
InvalidDescriptionException
          Thrown when attempting to load an invalid PluginDescriptionFile
InvalidPluginException
          Thrown when attempting to load an invalid Plugin file
Plugin
          Represents a Plugin
PluginBase
          Represents a base Plugin
PluginDescriptionFile
          This type is the runtime-container for the information in the plugin.yml.
PluginLoader
          Represents a plugin loader, which handles direct access to specific types of plugins
RegisteredListener
          Stores relevant information for plugin listeners
 

Classes in org.bukkit.plugin used by org.bukkit.plugin.messaging
Plugin
          Represents a Plugin
 

Classes in org.bukkit.plugin used by org.bukkit.scheduler
Plugin
          Represents a Plugin
 



Copyright © 2014. All rights reserved.