Interface ProxiedCommandSender

    • Method Detail

      • 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