Uses of Interface
org.bukkit.command.CommandExecutor
Packages that use CommandExecutor
Package
Description
Classes relating to handling specialized non-chat player input.
Classes specifically relating to loading software modules at runtime.
Classes for handling 
plugins written in
 java.- 
Uses of CommandExecutor in org.bukkit.command
Subinterfaces of CommandExecutor in org.bukkit.commandModifier and TypeInterfaceDescriptioninterfaceThis class is provided as a convenience to implement both TabCompleter and CommandExecutor.Methods in org.bukkit.command that return CommandExecutorModifier and TypeMethodDescriptionPluginCommand.getExecutor()Gets theCommandExecutorassociated with this commandMethods in org.bukkit.command with parameters of type CommandExecutorModifier and TypeMethodDescriptionvoidPluginCommand.setExecutor(@Nullable CommandExecutor executor) Sets theCommandExecutorto run when parsing this command - 
Uses of CommandExecutor in org.bukkit.plugin
Subinterfaces of CommandExecutor in org.bukkit.pluginClasses in org.bukkit.plugin that implement CommandExecutor - 
Uses of CommandExecutor in org.bukkit.plugin.java
Classes in org.bukkit.plugin.java that implement CommandExecutor