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
37 initRealmsFileDownloader(::std::string const&, int const, ::std::string const&, ::FileInfo const&, uint64, ::std::string const&, ::std::function<void(::DownloaderResult)>) /*override*/
38 ;
39
40 // vIndex: 3
41 virtual void
42 initFileDownloader(::std::string const&, ::std::string const&, ::FileInfo const&, uint64, uint64, ::std::string const&, ::std::function<void(::DownloaderResult)>) /*override*/
43 ;
44
45 // vIndex: 10
46 virtual ::Bedrock::Http::Request _makeRequest() /*override*/;
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58
59 // NOLINTEND
60};
Definition RealmsFileDownloader.h:15
Definition StreamFileDownloader.h:17
Definition FileInfo.h:10
Definition Alias.h:14