LeviLamina
Loading...
Searching...
No Matches
ServiceClient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/Async.h"
7
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HttpRequestHandler
;
12
namespace
Social {
class
User; }
13
// clang-format on
14
15
class
ServiceClient
:
public
::Bedrock::EnableNonOwnerReferences
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 80>
mUnk3f66ed;
20
::ll::UntypedStorage<8, 24>
mUnk8c1936;
21
::ll::UntypedStorage<8, 24>
mUnka146d9;
22
::ll::UntypedStorage<8, 8>
mUnk159c8c;
23
::ll::UntypedStorage<8, 40>
mUnk55a990;
24
::ll::UntypedStorage<8, 40>
mUnkfe6265;
25
::ll::UntypedStorage<8, 8>
mUnk326b69;
26
::ll::UntypedStorage<1, 1>
mUnkc9755b;
27
::ll::UntypedStorage<8, 32>
mUnk78c02e;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
ServiceClient
& operator=(
ServiceClient
const
&);
33
ServiceClient
(
ServiceClient
const
&);
34
ServiceClient
();
35
36
public
:
37
// virtual functions
38
// NOLINTBEGIN
39
// vIndex: 0
40
virtual
~ServiceClient
()
/*override*/
=
default
;
41
42
// vIndex: 2
43
virtual ::Bedrock::Threading::Async<::std::string>
44
getAuthorizationHeader(::std::shared_ptr<::Social::User>, ::std::string
const
&)
const
;
45
46
// vIndex: 1
47
virtual ::Bedrock::Threading::Async<::std::string> getAuthorizationHeader(::std::string
const
&)
const
;
48
49
// vIndex: 3
50
virtual
void
update();
51
52
// vIndex: 4
53
virtual
void
_submitRequest(::std::shared_ptr<::HttpRequestHandler>);
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
60
// NOLINTEND
61
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
HttpRequestHandler
Definition
HttpRequestHandler.h:15
ServiceClient
Definition
ServiceClient.h:15
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
client
services
ServiceClient.h
Generated on Sun Oct 12 2025 06:31:21 for LeviLamina by
1.12.0