Uses of Class
dev.jorel.commandapi.commandsenders.BukkitConsoleCommandSender
Packages that use BukkitConsoleCommandSender
-
Uses of BukkitConsoleCommandSender in dev.jorel.commandapi.executors
Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitConsoleCommandSenderModifier and TypeMethodDescriptiondefault voidConsoleCommandExecutor.run(ExecutionInfo<org.bukkit.command.ConsoleCommandSender, BukkitConsoleCommandSender> info) The code to run when this command is performedvoidConsoleExecutionInfo.run(ExecutionInfo<org.bukkit.command.ConsoleCommandSender, BukkitConsoleCommandSender> info) Executes the command.default intConsoleResultingCommandExecutor.run(ExecutionInfo<org.bukkit.command.ConsoleCommandSender, BukkitConsoleCommandSender> info) The code to run when this command is performedintConsoleResultingExecutionInfo.run(ExecutionInfo<org.bukkit.command.ConsoleCommandSender, BukkitConsoleCommandSender> info) The code to run when this command is performed