| Package | Description | 
|---|---|
| org.bukkit.command | Classes relating to handling specialized non-chat player input. | 
| 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 | Interface and Description | 
|---|---|
| interface  | TabCommandExecutorDeprecated. 
 Remains for plugins that would have implemented it even without
     functionality | 
| interface  | TabExecutorThis class is provided as a convenience to implement both TabCompleter and
 CommandExecutor. | 
| Modifier and Type | Method and Description | 
|---|---|
| CommandExecutor | PluginCommand. getExecutor()Gets the  CommandExecutorassociated with this command | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PluginCommand. setExecutor(CommandExecutor executor)Sets the  CommandExecutorto run when parsing this command | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PluginRepresents a Plugin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PluginBaseRepresents a base  Plugin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JavaPluginRepresents a Java plugin | 
Copyright © 2015. All rights reserved.