Uses of Interface
org.bukkit.command.CommandExecutor
-
Packages that use CommandExecutor 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 handlingpluginswritten in java. -
-
Uses of CommandExecutor in org.bukkit.command
Subinterfaces of CommandExecutor in org.bukkit.command Modifier and Type Interface Description interfaceTabExecutorThis class is provided as a convenience to implement both TabCompleter and CommandExecutor.Methods in org.bukkit.command that return CommandExecutor Modifier and Type Method Description CommandExecutorPluginCommand. getExecutor()Gets theCommandExecutorassociated with this commandMethods in org.bukkit.command with parameters of type CommandExecutor Modifier and Type Method Description voidPluginCommand. setExecutor(CommandExecutor executor)Sets theCommandExecutorto run when parsing this command -
Uses of CommandExecutor in org.bukkit.plugin
Subinterfaces of CommandExecutor in org.bukkit.plugin Modifier and Type Interface Description interfacePluginRepresents a PluginClasses in org.bukkit.plugin that implement CommandExecutor Modifier and Type Class Description classPluginBaseRepresents a basePlugin -
Uses of CommandExecutor in org.bukkit.plugin.java
Classes in org.bukkit.plugin.java that implement CommandExecutor Modifier and Type Class Description classJavaPluginRepresents a Java plugin
-