LeviLamina
Loading...
Searching...
No Matches
DisconnectionErrorDetails.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/connection/DisconnectionStage.h"
7
8struct DisconnectionErrorDetails {
9public:
10 // member variables
11 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 DisconnectionErrorDetails& operator=(DisconnectionErrorDetails const&);
32 DisconnectionErrorDetails(DisconnectionErrorDetails const&);
33 DisconnectionErrorDetails();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38#ifdef LL_PLAT_C
39 MCNAPI ~DisconnectionErrorDetails();
40#endif
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI static ::std::string getNameForDisconnectionStage(::Connection::DisconnectionStage event);
48#endif
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54#ifdef LL_PLAT_C
55 MCNAPI void $dtor();
56#endif
57 // NOLINTEND
58};
Definition Alias.h:14