| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandExecutor | |
|---|---|
| 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. | 
| Uses of CommandExecutor in org.bukkit.command | 
|---|
| Subinterfaces of CommandExecutor in org.bukkit.command | |
|---|---|
|  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. | 
| Methods in org.bukkit.command that return CommandExecutor | |
|---|---|
|  CommandExecutor | PluginCommand.getExecutor()Gets the CommandExecutorassociated with this command | 
| Methods in org.bukkit.command with parameters of type CommandExecutor | |
|---|---|
|  void | PluginCommand.setExecutor(CommandExecutor executor)Sets the CommandExecutorto run when parsing this command | 
| Uses of CommandExecutor in org.bukkit.plugin | 
|---|
| Subinterfaces of CommandExecutor in org.bukkit.plugin | |
|---|---|
|  interface | PluginRepresents a Plugin The use of PluginBaseis recommended for actual Implementation | 
| Classes in org.bukkit.plugin that implement CommandExecutor | |
|---|---|
|  class | PluginBaseRepresents a base PluginExtend this class if your plugin is not aJavaPlugin | 
| Uses of CommandExecutor in org.bukkit.plugin.java | 
|---|
| Classes in org.bukkit.plugin.java that implement CommandExecutor | |
|---|---|
|  class | JavaPluginRepresents a Java plugin | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||