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
8// auto generated forward declare list
9// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16class CerealComponentItemDataLoader {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 192, ::Puv::SlicedLoader<::ComponentItemData_v1_21_110, ::BedrockLoadContext, nullptr_t>>
21 mLoader;
22 ::ll::TypedStorage<8, 24, ::SemVersion> mDocumentVersion;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 CerealComponentItemDataLoader();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CerealComponentItemDataLoader(
33 ::SemVersion documentVersion,
34 ::IPackLoadContext const& packLoadContext,
36 );
37
38 MCAPI ~CerealComponentItemDataLoader();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void*
45 $ctor(::SemVersion documentVersion, ::IPackLoadContext const& packLoadContext, ::cereal::ReflectionCtx const& ctx);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
Definition BedrockLoadContext.h:14
Definition IPackLoadContext.h:20
Definition SemVersion.h:15
Definition ComponentItemData_v1_21_110.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5