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 CompoundTag;
12class HashedString;
13class SemVersion;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17struct BlockGeometryDescription : public ::NetworkedBlockComponentDescription<::BlockGeometryDescription> {
18public:
19 // BlockGeometryDescription inner types declare
20 // clang-format off
22 // clang-format on
23
24 // BlockGeometryDescription inner types define
26 public:
27 // member variables
28 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
38 };
39
40public:
41 // member variables
42 // NOLINTBEGIN
50 // NOLINTEND
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: 11
68 virtual ::CompoundTag buildUnboundDataNetworkTag() const /*override*/;
69
70 // vIndex: 12
71 virtual void initializeUnboundDataFromNetwork(::CompoundTag const& tag) /*override*/;
72
73 // vIndex: 0
74 virtual ~BlockGeometryDescription() /*override*/;
75 // NOLINTEND
76
77public:
78 // member functions
79 // NOLINTBEGIN
81
83
85 ::HashedString const& geometryName,
86 ::HashedString const& cullingName,
87 ::HashedString const& cullingLayer,
88 ::std::variant<bool, ::std::set<::HashedString>> const& uvLock
89 );
90
92
94 // NOLINTEND
95
96public:
97 // static functions
98 // NOLINTBEGIN
99 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
100 // NOLINTEND
101
102public:
103 // static variables
104 // NOLINTBEGIN
105 MCNAPI static ::HashedString const& CROSS_GEO_NAME();
106
107 MCNAPI static ::std::string const& CULLING_LAYER_DOCUMENTATION();
108
109 MCNAPI static ::HashedString const& CULLING_LAYER_LEAVES();
110
111 MCNAPI static ::std::string const& CULLING_LAYER_NAME_CONSTRAINT();
112
113 MCNAPI static ::HashedString const& CULLING_LAYER_UNDEFINED();
114
115 MCNAPI static ::HashedString const& FULL_BLOCK_GEO_NAME();
116
117 MCNAPI static ::std::string const& GEO_NAME_CONSTRAINT();
118
119 MCNAPI static ::std::string const& NameID();
120
121 MCNAPI static ::std::string const& UV_LOCKING_CONSTRAINT();
122 // NOLINTEND
123
124public:
125 // constructor thunks
126 // NOLINTBEGIN
127 MCNAPI void* $ctor();
128
129 MCNAPI void* $ctor(::BlockGeometryDescription const&);
130
131 MCNAPI void* $ctor(
132 ::HashedString const& geometryName,
133 ::HashedString const& cullingName,
134 ::HashedString const& cullingLayer,
135 ::std::variant<bool, ::std::set<::HashedString>> const& uvLock
136 );
137 // NOLINTEND
138
139public:
140 // destructor thunk
141 // NOLINTBEGIN
142 MCNAPI void $dtor();
143 // NOLINTEND
144
145public:
146 // virtual function thunks
147 // NOLINTBEGIN
148 MCNAPI ::std::string const& $getName() const;
149
150 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
151
152 MCNAPI void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
153
154 MCNAPI void $handleVersionBasedInitialization(::SemVersion const& originalJsonVersion);
155
157
159 // NOLINTEND
160
161public:
162 // vftables
163 // NOLINTBEGIN
164 MCNAPI static void** $vftable();
165 // NOLINTEND
166};
Definition BlockComponentStorage.h:10
Definition CompoundTag.h:13
Definition HashedString.h:5
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:16
STL namespace.
Definition BlockGeometryDescription.h:25
Definition BlockGeometryDescription.h:17
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
MCAPI void $initializeUnboundDataFromNetwork(::CompoundTag const &tag)
static MCAPI ::std::string const & CULLING_LAYER_NAME_CONSTRAINT()
static MCAPI ::std::string const & CULLING_LAYER_DOCUMENTATION()
static MCAPI ::HashedString const & CULLING_LAYER_LEAVES()
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
static MCAPI ::std::string const & GEO_NAME_CONSTRAINT()
MCAPI::CompoundTag $buildUnboundDataNetworkTag() const
MCAPI void $handleVersionBasedInitialization(::SemVersion const &originalJsonVersion)
static MCAPI ::std::string const & UV_LOCKING_CONSTRAINT()
static MCAPI ::HashedString const & CROSS_GEO_NAME()
static MCAPI ::HashedString const & FULL_BLOCK_GEO_NAME()
static MCAPI ::HashedString const & CULLING_LAYER_UNDEFINED()
static MCAPI void ** $vftable()
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
Definition ctx.h:5
Definition Alias.h:14