Uses of Interface
org.bukkit.command.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
Modifier and TypeInterfaceDescriptioninterface
This class is provided as a convenience to implement both TabCompleter and CommandExecutor.Modifier and TypeMethodDescriptionPluginCommand.getExecutor()
Gets theCommandExecutor
associated with this commandModifier and TypeMethodDescriptionvoid
PluginCommand.setExecutor
(@Nullable CommandExecutor executor) Sets theCommandExecutor
to run when parsing this command -
Uses of CommandExecutor in org.bukkit.plugin
-
Uses of CommandExecutor in org.bukkit.plugin.java