Interface CommandBlockResultingCommandExecutor

All Superinterfaces:
ResultingExecutor<org.bukkit.command.BlockCommandSender,BukkitBlockCommandSender>, TypedExecutor<org.bukkit.command.BlockCommandSender,BukkitBlockCommandSender>
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 CommandBlockResultingCommandExecutor extends ResultingExecutor<org.bukkit.command.BlockCommandSender,BukkitBlockCommandSender>
A resulting command executor for a BlockCommandSender
  • Method Summary

    Modifier and Type
    Method
    Description
    default ExecutorType
    Returns the type of the sender of the current executor.
    default int
    run(ExecutionInfo<org.bukkit.command.BlockCommandSender,BukkitBlockCommandSender> info)
    The code to run when this command is performed
    int
    run(org.bukkit.command.BlockCommandSender sender, CommandArguments args)
    The code to run when this command is performed

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

    executeWith