| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.command | Classes relating to handling specialized non-chat player input. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static CommandMap | Bukkit. getCommandMap() | Gets the active  CommandMap | 
| CommandMap | Server. getCommandMap() | Gets the active  CommandMap | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | SimpleCommandMap | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | Command. register(CommandMap commandMap) | Registers this command to a CommandMap. | 
| boolean | Command. unregister(CommandMap commandMap) | Unregisters this command from the passed CommandMap applying any
 outstanding changes | 
Copyright © 2020. All rights reserved.