LeviLamina
Loading...
Searching...
No Matches
BlockGeometryDescription.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
11class HashedString;
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct BlockGeometryDescription : public ::NetworkedBlockComponentDescription<::BlockGeometryDescription> {
17public:
18 // BlockGeometryDescription inner types declare
19 // clang-format off
21 // clang-format on
22
23 // BlockGeometryDescription inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // prevent constructor by default
51
52public:
53 // virtual functions
54 // NOLINTBEGIN
55 // vIndex: 1
56 virtual ::std::string const& getName() const /*override*/;
57
58 // vIndex: 2
59 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
60
61 // vIndex: 4
62 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
63
64 // vIndex: 10
65 virtual void handleVersionBasedInitialization(::SemVersion const& originalJsonVersion) /*override*/;
66
67 // vIndex: 0
68 virtual ~BlockGeometryDescription() /*override*/;
69 // NOLINTEND
70
71public:
72 // member functions
73 // NOLINTBEGIN
75
76 MCAPI explicit BlockGeometryDescription(::HashedString const& geometryName);
77
78 MCAPI BlockGeometryDescription(::HashedString const& geometryName, ::HashedString const& cullingName);
79
81
82 MCAPI ::BlockGeometryDescription& operator=(::BlockGeometryDescription const&);
83 // NOLINTEND
84
85public:
86 // static functions
87 // NOLINTBEGIN
88 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
89 // NOLINTEND
90
91public:
92 // static variables
93 // NOLINTBEGIN
94 MCAPI static ::HashedString const& CROSS_GEO_NAME();
95
96 MCAPI static ::HashedString const& FULL_BLOCK_GEO_NAME();
97
98 MCAPI static ::std::string const& GEO_NAME_CONSTRAINT();
99
100 MCAPI static ::std::string const& NameID();
101 // NOLINTEND
102
103public:
104 // constructor thunks
105 // NOLINTBEGIN
106 MCAPI void* $ctor(::BlockGeometryDescription const&);
107
108 MCAPI void* $ctor(::HashedString const& geometryName);
109
110 MCAPI void* $ctor(::HashedString const& geometryName, ::HashedString const& cullingName);
111 // NOLINTEND
112
113public:
114 // destructor thunk
115 // NOLINTBEGIN
116 MCAPI void $dtor();
117 // NOLINTEND
118
119public:
120 // virtual function thunks
121 // NOLINTBEGIN
122 MCAPI ::std::string const& $getName() const;
123
124 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
125
126 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
127
128 MCAPI void $handleVersionBasedInitialization(::SemVersion const& originalJsonVersion);
129 // NOLINTEND
130
131public:
132 // vftables
133 // NOLINTBEGIN
134 MCAPI static void** $vftable();
135 // NOLINTEND
136};
Definition BlockComponentStorage.h:8
Definition HashedString.h:5
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:15
STL namespace.
Definition BlockGeometryDescription.h:24
Definition BlockGeometryDescription.h:16
Definition ctx.h:5
Definition Alias.h:14