LeviLamina
Loading...
Searching...
No Matches
UDPProxyServer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/raknet/PI2_LostConnectionReason.h"
7
#include "mc/deps/raknet/PluginInterface2.h"
8
#include "mc/deps/raknet/PluginReceiveResult.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
namespace
RakNet {
struct
Packet
; }
13
namespace
RakNet {
struct
RakNetGUID
; }
14
namespace
RakNet {
struct
SystemAddress
; }
15
// clang-format on
16
17
namespace
RakNet {
18
19
class
UDPProxyServer :
public
::RakNet::PluginInterface2
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<8, 384>
mUnk85e882;
24
::ll::UntypedStorage<8, 16>
mUnk973cd6;
25
::ll::UntypedStorage<8, 16>
mUnk30a013;
26
::ll::UntypedStorage<8, 8>
mUnkd4ed56;
27
::ll::UntypedStorage<2, 2>
mUnk518285;
28
::ll::UntypedStorage<8, 8>
mUnkf54107;
29
// NOLINTEND
30
31
public
:
32
// prevent constructor by default
33
UDPProxyServer& operator=(UDPProxyServer
const
&);
34
UDPProxyServer(UDPProxyServer
const
&);
35
UDPProxyServer();
36
37
public
:
38
// virtual functions
39
// NOLINTBEGIN
40
virtual
~UDPProxyServer()
/*override*/
=
default
;
41
42
virtual
void
OnAttach()
/*override*/
;
43
44
virtual
void
OnDetach()
/*override*/
;
45
46
virtual
void
Update()
/*override*/
;
47
48
virtual ::RakNet::PluginReceiveResult OnReceive(
::RakNet::Packet
*)
/*override*/
;
49
50
virtual
void
OnClosedConnection(
51
::RakNet::SystemAddress
const
&,
52
::RakNet::RakNetGUID
,
53
::RakNet::PI2_LostConnectionReason
54
)
/*override*/
;
55
56
virtual
void
OnRakPeerStartup()
/*override*/
;
57
58
virtual
void
OnRakPeerShutdown()
/*override*/
;
59
// NOLINTEND
60
61
public
:
62
// virtual function thunks
63
// NOLINTBEGIN
64
65
// NOLINTEND
66
};
67
68
}
// namespace RakNet
RakNet::PluginInterface2
Definition
PluginInterface2.h:20
RakNet::Packet
Definition
Packet.h:7
RakNet::RakNetGUID
Definition
RakNetGUID.h:7
RakNet::SystemAddress
Definition
SystemAddress.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
raknet
UDPProxyServer.h
Generated on
for LeviLamina by
1.16.1