LeviLamina
Loading...
Searching...
No Matches
RealmsFileDownloader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/DownloaderResult.h"
7#include "mc/util/StreamFileDownloader.h"
8
9// auto generated forward declare list
10// clang-format off
11struct FileInfo;
12namespace Bedrock::Http { class Request; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~RealmsFileDownloader() /*override*/ = default;
34
35 // vIndex: 2
36 virtual void initRealmsFileDownloader(
37 ::std::string const&,
38 int const,
39 ::std::string const&,
40 ::FileInfo const&,
41 uint64,
42 ::std::string const&,
43 ::std::function<void(::DownloaderResult)>
44 ) /*override*/;
45
46 // vIndex: 3
47 virtual void initFileDownloader(
48 ::std::string const&,
49 ::std::string const&,
50 ::FileInfo const&,
51 uint64,
52 uint64,
53 ::std::string const&,
54 ::std::function<void(::DownloaderResult)>
55 ) /*override*/;
56
57 // vIndex: 10
58 virtual ::Bedrock::Http::Request _makeRequest() /*override*/;
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64
65 // NOLINTEND
66};
Definition RealmsFileDownloader.h:15
Definition StreamFileDownloader.h:17
Definition FileInfo.h:10
Definition Alias.h:14