LeviLamina
Loading...
Searching...
No Matches
ConnectError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
class
ConnectError
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 8>
mUnk7df1f2;
12
::ll::UntypedStorage<4, 4>
mUnkcb94fc;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
ConnectError
& operator=(
ConnectError
const
&);
18
ConnectError
(
ConnectError
const
&);
19
ConnectError
();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI ::std::string
ToString
()
const
;
25
// NOLINTEND
26
27
public
:
28
// static functions
29
// NOLINTBEGIN
30
MCNAPI static ::std::optional<::NetherNet::ConnectError>
31
TryParse
(::std::array<::std::string_view, 3>
const
& tokens);
32
// NOLINTEND
33
34
public
:
35
// static variables
36
// NOLINTBEGIN
37
MCNAPI static ::std::string_view
const
&
kIdentifier
();
38
// NOLINTEND
39
};
40
41
}
// namespace NetherNet
NetherNet::ConnectError
Definition
ConnectError.h:7
NetherNet::ConnectError::kIdentifier
static MCAPI ::std::string_view const & kIdentifier()
NetherNet::ConnectError::TryParse
static MCAPI ::std::optional<::NetherNet::ConnectError > TryParse(::std::array<::std::string_view, 3 > const &tokens)
NetherNet::ConnectError::ToString
MCAPI::std::string ToString() const
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
signaling
ConnectError.h
Generated on Wed Jul 23 2025 08:33:49 for LeviLamina by
1.12.0