LeviLamina
Loading...
Searching...
No Matches
CerealComponentItemDataLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/sem_ver/SemVersion.h"
7#include "mc/deps/puv/SlicedLoader.h"
8
9// auto generated forward declare list
10// clang-format off
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 192, ::Puv::SlicedLoader<::ComponentItemData_v1_21_90, ::BedrockLoadContext, nullptr_t>>
22 mLoader;
23 ::ll::TypedStorage<8, 24, ::SemVersion> mDocumentVersion;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 ::SemVersion documentVersion,
35 ::IPackLoadContext const& packLoadContext,
37 );
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void*
46 $ctor(::SemVersion documentVersion, ::IPackLoadContext const& packLoadContext, ::cereal::ReflectionCtx const& ctx);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition BedrockLoadContext.h:14
Definition CerealComponentItemDataLoader.h:17
Definition IPackLoadContext.h:20
Definition SemVersion.h:16
Definition ComponentItemData_v1_21_90.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5