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