| Package | Description | 
|---|---|
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.plugin.java | Classes for handling  pluginswritten in
 java. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static PluginCommand | Bukkit. getPluginCommand(String name) | Gets a  PluginCommandwith the given name or alias. | 
| PluginCommand | Server. getPluginCommand(String name) | Gets a  PluginCommandwith the given name or alias. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| PluginCommand | JavaPlugin. getCommand(String name) | Gets the command with the given name, specific to this plugin. | 
Copyright © 2020. All rights reserved.