|
||||||||||
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 plugins written in
java. |
Uses of CommandExecutor in org.bukkit.command |
---|
Subinterfaces of CommandExecutor in org.bukkit.command | |
---|---|
interface |
TabCommandExecutor
Deprecated. Remains for plugins that would have implemented it even without functionality |
interface |
TabExecutor
This 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 CommandExecutor associated with this command |
Methods in org.bukkit.command with parameters of type CommandExecutor | |
---|---|
void |
PluginCommand.setExecutor(CommandExecutor executor)
Sets the CommandExecutor to run when parsing this command |
Uses of CommandExecutor in org.bukkit.plugin |
---|
Subinterfaces of CommandExecutor in org.bukkit.plugin | |
---|---|
interface |
Plugin
Represents a Plugin |
Classes in org.bukkit.plugin that implement CommandExecutor | |
---|---|
class |
PluginBase
Represents a base Plugin |
Uses of CommandExecutor in org.bukkit.plugin.java |
---|
Classes in org.bukkit.plugin.java that implement CommandExecutor | |
---|---|
class |
JavaPlugin
Represents a Java plugin |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |