|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 The use of PluginBase is recommended for actual Implementation |
Classes in org.bukkit.plugin used by org.bukkit.conversations | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
Classes in org.bukkit.plugin used by org.bukkit.event | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
|
RegisteredListener
Stores relevant information for plugin listeners |
Classes in org.bukkit.plugin used by org.bukkit.event.server | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
|
RegisteredServiceProvider
A registered service provider. |
Classes in org.bukkit.plugin used by org.bukkit.metadata | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
Classes in org.bukkit.plugin used by org.bukkit.permissions | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
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 The use of PluginBase is recommended for actual Implementation |
|
PluginDescriptionFile
Provides access to a Plugins description file, plugin.yaml |
|
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 The use of PluginBase is recommended for actual Implementation |
|
PluginBase
Represents a base Plugin
Extend this class if your plugin is not a JavaPlugin |
|
PluginDescriptionFile
Provides access to a Plugins description file, plugin.yaml |
|
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 The use of PluginBase is recommended for actual Implementation |
Classes in org.bukkit.plugin used by org.bukkit.scheduler | |
---|---|
Plugin
Represents a Plugin The use of PluginBase is recommended for actual Implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |