LeviLamina
Loading...
Searching...
No Matches
ConnectResponse.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
class
ConnectResponse
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk6205dd;
12
::ll::UntypedStorage<8, 32>
mUnk3bd634;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
ConnectResponse
& operator=(
ConnectResponse
const
&);
18
ConnectResponse
(
ConnectResponse
const
&);
19
ConnectResponse
();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI ::std::string
ToString
()
const
;
25
26
MCNAPI
~ConnectResponse
();
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCNAPI static ::NetherNet::ConnectResponse
Create
(uint64 sessionId, ::std::string sdp);
33
34
MCNAPI static ::std::optional<::NetherNet::ConnectResponse>
35
TryParse
(::std::array<::std::string_view, 3>
const
& tokens);
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCNAPI static ::std::string_view
const
&
kIdentifier
();
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCNAPI
void
$dtor
();
48
// NOLINTEND
49
};
50
51
}
// namespace NetherNet
NetherNet::ConnectResponse
Definition
ConnectResponse.h:7
NetherNet::ConnectResponse::kIdentifier
static MCAPI ::std::string_view const & kIdentifier()
NetherNet::ConnectResponse::Create
static MCAPI ::NetherNet::ConnectResponse Create(uint64 sessionId, ::std::string sdp)
NetherNet::ConnectResponse::~ConnectResponse
MCAPI ~ConnectResponse()
NetherNet::ConnectResponse::ToString
MCAPI::std::string ToString() const
NetherNet::ConnectResponse::TryParse
static MCAPI ::std::optional<::NetherNet::ConnectResponse > TryParse(::std::array<::std::string_view, 3 > const &tokens)
NetherNet::ConnectResponse::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
signaling
ConnectResponse.h
Generated on Fri Jun 13 2025 05:04:25 for LeviLamina by
1.12.0