LeviLamina
Loading...
Searching...
No Matches
PacketLoader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/BasicLoader.h"
7
#include "mc/network/packet/cerealize/core/serializers/PacketSchemaReader.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ReadOnlyBinaryStream
;
12
namespace
cereal {
struct
ReflectionCtx
; }
13
// clang-format on
14
15
class
PacketLoader :
public
::cereal::BasicLoader
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::PacketSchemaReader> mReader;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
PacketLoader();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI PacketLoader(
::ReadOnlyBinaryStream
& stream,
::cereal::ReflectionCtx
const
& reflectionCtx);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(
::ReadOnlyBinaryStream
& stream,
::cereal::ReflectionCtx
const
& reflectionCtx);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
PacketLoader::$vftable
static MCAPI void ** $vftable()
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
cereal::BasicLoader
Definition
BasicLoader.h:21
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
src
mc
network
packet
cerealize
core
serializers
PacketLoader.h
Generated on
for LeviLamina by
1.16.1