Uses of Class
dev.jorel.commandapi.commandsenders.BukkitRemoteConsoleCommandSender
Packages that use BukkitRemoteConsoleCommandSender
-
Uses of BukkitRemoteConsoleCommandSender in dev.jorel.commandapi.executors
Method parameters in dev.jorel.commandapi.executors with type arguments of type BukkitRemoteConsoleCommandSenderModifier and TypeMethodDescriptiondefault voidRemoteConsoleCommandExecutor.run(ExecutionInfo<org.bukkit.command.RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender> info) Executes the command.voidRemoteConsoleExecutionInfo.run(ExecutionInfo<org.bukkit.command.RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender> info) Executes the command.default intRemoteConsoleResultingCommandExecutor.run(ExecutionInfo<org.bukkit.command.RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender> info) Executes the command.intRemoteConsoleResultingExecutionInfo.run(ExecutionInfo<org.bukkit.command.RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender> info) Executes the command.