Interface CommandExecutionInfo

All Superinterfaces:
NormalExecutor<org.bukkit.command.CommandSender,BukkitCommandSender<? extends org.bukkit.command.CommandSender>>, TypedExecutor<org.bukkit.command.CommandSender,BukkitCommandSender<? extends org.bukkit.command.CommandSender>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CommandExecutionInfo extends NormalExecutor<org.bukkit.command.CommandSender,BukkitCommandSender<? extends org.bukkit.command.CommandSender>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default ExecutorType
    Returns the type of the sender of the current executor.
    void
    run(ExecutionInfo<org.bukkit.command.CommandSender,BukkitCommandSender<? extends org.bukkit.command.CommandSender>> info)
    Executes the command.

    Methods inherited from interface dev.jorel.commandapi.executors.NormalExecutor

    executeWith