| 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.entity | Interfaces for non-voxel objects that can exist in a  world, including all players, monsters, projectiles, etc. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static Server | Bukkit. getServer() | Gets the current  Serversingleton | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static void | Bukkit. setServer(Server server) | Attempts to set the  Serversingleton. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Server | CommandSender. getServer() | Returns the server instance that this command is running on | 
| default Server | MessageCommandSender. getServer() | 
| Constructor | Description | 
|---|---|
| SimpleCommandMap(Server server) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Server | Entity. getServer() | Gets the  Serverthat contains this Entity | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Server | Plugin. getServer() | Returns the Server instance currently running this plugin | 
| Constructor | Description | 
|---|---|
| SimplePluginManager(Server instance,
                   SimpleCommandMap commandMap) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Server | JavaPlugin. getServer() | Returns the Server instance currently running this plugin | 
| Constructor | Description | 
|---|---|
| JavaPluginLoader(Server instance) | Deprecated. | 
Copyright © 2020. All rights reserved.