Uses of Package
org.bukkit.plugin
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
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.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
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 Class Description InvalidPluginException Thrown when attempting to load an invalid Plugin filePlugin Represents a PluginPluginDescriptionFile This type is the runtime-container for the information in the plugin.yml.PluginManager Handles all plugin management from the ServerServicesManager Manages services and service providers. -
Classes in org.bukkit.plugin used by org.bukkit.command Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.conversations Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.entity Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.event Class Description Plugin Represents a PluginRegisteredListener Stores relevant information for plugin listeners -
Classes in org.bukkit.plugin used by org.bukkit.event.server Class Description Plugin Represents a PluginRegisteredServiceProvider A registered service provider. -
Classes in org.bukkit.plugin used by org.bukkit.metadata Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.permissions Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.plugin Class Description EventExecutor Interface which defines the class for event call backs to pluginsInvalidDescriptionException Thrown when attempting to load an invalid PluginDescriptionFileInvalidPluginException Thrown when attempting to load an invalid Plugin filePlugin Represents a PluginPluginAwareness 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 pluginsPluginLoadOrder Represents the order in which a plugin should be initialized and enabledPluginManager Handles all plugin management from the ServerRegisteredListener Stores relevant information for plugin listenersRegisteredServiceProvider 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 Class Description InvalidDescriptionException Thrown when attempting to load an invalid PluginDescriptionFileInvalidPluginException Thrown when attempting to load an invalid Plugin filePlugin Represents a PluginPluginBase Represents a basePlugin
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 pluginsRegisteredListener Stores relevant information for plugin listeners -
Classes in org.bukkit.plugin used by org.bukkit.plugin.messaging Class Description Plugin Represents a Plugin -
Classes in org.bukkit.plugin used by org.bukkit.scheduler Class Description Plugin Represents a Plugin