Uses of Interface
net.joseplay.allianceutils.api.extensions.interfaces.AllianceCommandExecutor
Packages that use AllianceCommandExecutor
-
Uses of AllianceCommandExecutor in net.joseplay.allianceutils.api.extensions
Fields in net.joseplay.allianceutils.api.extensions with type parameters of type AllianceCommandExecutorModifier and TypeFieldDescriptionAllianceCommandManager.commandsStores commands grouped by their owning plugin.Methods in net.joseplay.allianceutils.api.extensions that return types with arguments of type AllianceCommandExecutorModifier and TypeMethodDescriptionAllianceCommandManager.getAllCommands()Retrieves an immutable list of all registered command executors.AllianceCommandManager.getCommand(String name) Retrieves a command by its primary name or any of its aliases.Methods in net.joseplay.allianceutils.api.extensions with parameters of type AllianceCommandExecutorModifier and TypeMethodDescriptionvoidAllianceCommandManager.registerCommand(AlliancePlugin plugin, AllianceCommandExecutor command) Registers a command under a specific plugin.voidFakeCommandRegister.registerFakeCommand(AllianceCommandExecutor executor, AlliancePlugin extension) Registers a dynamic command and binds it to an AllianceCommandExecutor.voidFakeCommandRegister.unregisterFakeCommand(AllianceCommandExecutor executor, AlliancePlugin extension) Unregisters a command and all its aliases from Bukkit.