LeviLamina
Loading...
Searching...
No Matches
BlockVoxelShapesCullingDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14struct BlockVoxelShapesCullingDescription
15: public ::NetworkedBlockComponentDescription<::BlockVoxelShapesCullingDescription> {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mOcclusionShapeName;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 BlockVoxelShapesCullingDescription();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::std::string const& getName() const /*override*/;
30
31 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32
33 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34
35 virtual ~BlockVoxelShapesCullingDescription() /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI explicit BlockVoxelShapesCullingDescription(::std::string occlusionShapeName);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::string const& NameID();
54
55 MCAPI static ::std::string const& SHAPE_DEFAULT();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor(::std::string occlusionShapeName);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCFOLD void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCAPI ::std::string const& $getName() const;
74
75 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
76
77 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
78
79
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
Definition BlockComponentStorage.h:58
Definition NetworkedBlockComponentDescription.h:6
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5