Uses of Class
preponderous.ponder.system.abs.CommandSender
-
Uses of CommandSender in preponderous.ponder.system.abs
Modifier and TypeMethodDescriptionabstract boolean
ApplicationCommand.execute(CommandSender sender)
Method to execute the command with no arguments.abstract boolean
ApplicationCommand.execute(CommandSender sender, String[] args)
Method to execute the command with arguments.abstract boolean
PonderApplication.onCommand(CommandSender sender, String label, String[] args)
This method should be called when a command sender sends a command to the application.boolean
ApplicationCommand.sendMessageIfNoArguments(String message, String[] args, CommandSender sender)
Method to send a message to a command sender if there are arguments. -
Uses of CommandSender in preponderous.ponder.system.services
Modifier and TypeMethodDescriptionboolean
CommandService.interpretAndExecuteCommand(CommandSender sender, String label, String[] args)