@Deprecated public class CommandsManagerRegistration extends CommandRegistration
Modifier and Type | Field and Description |
---|---|
protected com.sk89q.minecraft.util.commands.CommandsManager<?> |
commands
Deprecated.
|
executor, plugin
Constructor and Description |
---|
CommandsManagerRegistration(org.bukkit.plugin.Plugin plugin,
org.bukkit.command.CommandExecutor executor,
com.sk89q.minecraft.util.commands.CommandsManager<?> commands)
Deprecated.
|
CommandsManagerRegistration(org.bukkit.plugin.Plugin plugin,
com.sk89q.minecraft.util.commands.CommandsManager<?> commands)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
register(java.lang.Class<?> clazz)
Deprecated.
|
boolean |
registerAll(java.util.List<com.sk89q.minecraft.util.commands.Command> registered)
Deprecated.
|
getCommandMap, getCommandOwner, register, unregisterCommands
protected com.sk89q.minecraft.util.commands.CommandsManager<?> commands
public CommandsManagerRegistration(org.bukkit.plugin.Plugin plugin, com.sk89q.minecraft.util.commands.CommandsManager<?> commands)
public CommandsManagerRegistration(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandExecutor executor, com.sk89q.minecraft.util.commands.CommandsManager<?> commands)