LeviLamina
Loading...
Searching...
No Matches
Proxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/level/block/components/BlockRendererDescription.h"
8
9// auto generated forward declare list
10// clang-format off
11class ExpressionNode;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace BlockGeometrySerializer {
17
18struct Proxy {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 48, ::HashedString> mGeometryName;
23 ::ll::TypedStorage<8, 48, ::HashedString> mCullingName;
24 ::ll::TypedStorage<8, 48, ::HashedString> mCullingShapeName;
25 ::ll::TypedStorage<8, 48, ::HashedString> mCullingLayer;
26 ::ll::TypedStorage<8, 16, ::std::map<::std::string, ::ExpressionNode>> mBoneVisibilities;
27 ::ll::TypedStorage<8, 24, ::std::variant<bool, ::std::set<::HashedString>>> mUVsLocked;
28 ::ll::TypedStorage<4, 52, ::BlockRendererDescription> mRenderer;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 Proxy();
34
35public:
36 // member functions
37 // NOLINTBEGIN
39
40 MCAPI Proxy(::BlockGeometrySerializer::Proxy const&);
41
42 MCAPI ::BlockGeometrySerializer::Proxy& operator=(::BlockGeometrySerializer::Proxy const&);
43
44 MCAPI ~Proxy();
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindTypes(::cereal::ReflectionCtx& ctx);
51
52 MCAPI static void from(::BlockGeometryDescription& desc, ::BlockGeometrySerializer::Proxy proxy);
53
54 MCAPI static ::BlockGeometrySerializer::Proxy to(::BlockGeometryDescription const& desc);
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(::BlockGeometrySerializer::Proxy&&);
61
62 MCAPI void* $ctor(::BlockGeometrySerializer::Proxy const&);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace BlockGeometrySerializer
Definition ExpressionNode.h:36
Definition BlockGeometryDescription.h:21
Definition Proxy.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5