Interface ProxiedCommandSender

All Superinterfaces:
CommandSender, Permissible, ServerOperator

public interface ProxiedCommandSender extends CommandSender
  • Method Details

    • getCaller

      @NotNull CommandSender getCaller()
      Returns the CommandSender which triggered this proxied command
      Returns:
      the caller which triggered the command
    • getCallee

      @NotNull CommandSender getCallee()
      Returns the CommandSender which is being used to call the command
      Returns:
      the caller which the command is being run as