LeviLamina
Loading...
Searching...
No Matches
SubClientConnectionRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/InputMode.h"
7#include "mc/network/BaseConnectionRequest.h"
8
9// auto generated forward declare list
10// clang-format off
14// clang-format on
15
16class SubClientConnectionRequest : public ::BaseConnectionRequest {
17public:
18 // prevent constructor by default
19 SubClientConnectionRequest& operator=(SubClientConnectionRequest const&);
20 SubClientConnectionRequest();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~SubClientConnectionRequest() /*override*/;
26
27 virtual bool _isAuthTypeWellFormed() const /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI SubClientConnectionRequest(::SubClientConnectionRequest const& other);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCNAPI static ::SubClientConnectionRequest create(
41 ::ConnectionAuthInfo const& authInfo,
42 ::std::string const& deviceId,
43 ::std::string const& selfSignedId,
44 uint64 clientRandomId,
45 ::std::string const& platformId,
46 ::ConnectionSkinInfo const& skinInfo,
47 ::InputMode currentInputMode,
48 ::std::string const& thirdPartyName,
49 ::std::string const& platformOnlineId,
50 ::std::string const& platformOfflineId,
51 bool compatibleWithClientSideChunkGen,
53 );
54#endif
55
56 MCNAPI static ::SubClientConnectionRequest fromString(::std::string const& str);
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCNAPI void* $ctor(::SubClientConnectionRequest const& other);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74 MCNAPI bool $_isAuthTypeWellFormed() const;
75
76
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftable();
83 // NOLINTEND
84};
MCAPI bool $_isAuthTypeWellFormed() const
static MCAPI void ** $vftable()
MCAPI void * $ctor(::SubClientConnectionRequest const &other)
static MCAPI ::SubClientConnectionRequest fromString(::std::string const &str)
MCAPI SubClientConnectionRequest(::SubClientConnectionRequest const &other)
Definition ConnectionAuthInfo.h:5
Definition ConnectionSkinInfo.h:5
Definition SyncedClientOptionsComponent.h:10