Uses of Interface
de.marcely.bedwars.api.command.CommandHandler
Packages that use CommandHandler
Package
Description
Classes used to implement the MBedwars command system.
-
Uses of CommandHandler in de.marcely.bedwars.api.command
Subinterfaces of CommandHandler in de.marcely.bedwars.api.commandModifier and TypeInterfaceDescriptioninterface
A CommandHandler handles the execution of a command that supportsCommandSenderWrapper
.Classes in de.marcely.bedwars.api.command that implement CommandHandlerModifier and TypeClassDescriptionclass
The default handler of aCommandsCollection
static class
The default command handler that effectively does nothingclass
Fields in de.marcely.bedwars.api.command declared as CommandHandlerMethods in de.marcely.bedwars.api.command that return CommandHandlerModifier and TypeMethodDescriptionSubCommand.getHandler()
The handler handles what should happen when the command is e.g. getting executedCommandsCollection.getHelpCommand()
Returns the command that will be executed when the player only executes the command on this collection level and not deeperMethods in de.marcely.bedwars.api.command with parameters of type CommandHandlerModifier and TypeMethodDescriptionvoid
SubCommand.setHandler
(CommandHandler handler) The handler handles what should happen when the command is e.g. getting executedvoid
CommandsCollection.setHelpCommand
(CommandHandler cmd) Set the command that shall be executed when the player only executes the command on this collection level and not deeper