LeviLamina
Loading...
Searching...
No Matches
TransferBuilder.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ClientBlobCache::Server {
6
7
class
TransferBuilder {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 248>
mUnkd248eb;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
TransferBuilder& operator=(TransferBuilder
const
&);
17
TransferBuilder(TransferBuilder
const
&);
18
TransferBuilder();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCNAPI
void
add
(uint64
id
, ::std::string& blob,
bool
isChunkInTickRange);
24
25
MCNAPI
~TransferBuilder
();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCNAPI
void
$dtor
();
32
// NOLINTEND
33
};
34
35
}
// namespace ClientBlobCache::Server
ClientBlobCache::Server::TransferBuilder::add
MCAPI void add(uint64 id, ::std::string &blob, bool isChunkInTickRange)
ClientBlobCache::Server::TransferBuilder::$dtor
MCAPI void $dtor()
ClientBlobCache::Server::TransferBuilder::~TransferBuilder
MCAPI ~TransferBuilder()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
network
blob_cache
client_blob_cache
TransferBuilder.h
Generated on
for LeviLamina by
1.16.1