LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstancesDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/BlockRenderLayer.h"
7#include "mc/world/level/block/TintMethod.h"
8#include "mc/world/level/block/components/BlockComponentDescription.h"
9
10// auto generated forward declare list
11// clang-format off
13class CompoundTag;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // BlockMaterialInstancesDescription inner types declare
20 // clang-format off
21 struct BlockMaterialData;
23 // clang-format on
24
25 // BlockMaterialInstancesDescription inner types define
27 public:
28 // member variables
29 // NOLINTBEGIN
35 // NOLINTEND
36
37 public:
38 // prevent constructor by default
42 };
43
45 public:
46 // member variables
47 // NOLINTBEGIN
50 // NOLINTEND
51
52 public:
53 // prevent constructor by default
54 BlockMaterialData& operator=(BlockMaterialData const&);
57 };
58
59public:
60 // member variables
61 // NOLINTBEGIN
64 // NOLINTEND
65
66public:
67 // virtual functions
68 // NOLINTBEGIN
69 // vIndex: 1
70 virtual ::std::string const& getName() const /*override*/;
71
72 // vIndex: 4
73 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
74
75 // vIndex: 2
76 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
77
78 // vIndex: 7
79 virtual bool isNetworkComponent() const /*override*/;
80
81 // vIndex: 8
82 virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const& ctx) const /*override*/;
83
84 // vIndex: 9
85 virtual void initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx) /*override*/;
86
87 // vIndex: 0
88 virtual ~BlockMaterialInstancesDescription() /*override*/;
89 // NOLINTEND
90
91public:
92 // member functions
93 // NOLINTBEGIN
95
97
99 ::std::string const& textureName,
100 ::BlockRenderLayer renderLayer,
101 float ambientOcclusion,
102 bool faceDimming,
103 ::TintMethod tintMethod
104 );
105
107
109 // NOLINTEND
110
111public:
112 // static functions
113 // NOLINTBEGIN
114 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
115 // NOLINTEND
116
117public:
118 // static variables
119 // NOLINTBEGIN
120 MCAPI static ::std::string const& NameID();
121 // NOLINTEND
122
123public:
124 // constructor thunks
125 // NOLINTBEGIN
126 MCAPI void* $ctor();
127
128 MCAPI void* $ctor(::BlockMaterialInstancesDescription const&);
129
130 MCAPI void* $ctor(
131 ::std::string const& textureName,
132 ::BlockRenderLayer renderLayer,
133 float ambientOcclusion,
134 bool faceDimming,
135 ::TintMethod tintMethod
136 );
137 // NOLINTEND
138
139public:
140 // destructor thunk
141 // NOLINTBEGIN
142 MCAPI void $dtor();
143 // NOLINTEND
144
145public:
146 // virtual function thunks
147 // NOLINTBEGIN
148 MCAPI ::std::string const& $getName() const;
149
150 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
151
152 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
153
154 MCFOLD bool $isNetworkComponent() const;
155
156 MCAPI ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
157
158 MCAPI void $initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx);
159 // NOLINTEND
160
161public:
162 // vftables
163 // NOLINTBEGIN
164 MCAPI static void** $vftable();
165 // NOLINTEND
166};
Definition BlockComponentStorage.h:8
Definition CompoundTag.h:13
STL namespace.
Definition BlockComponentDescription.h:20
Definition BlockMaterialInstancesDescription.h:44
Definition BlockMaterialInstancesDescription.h:26
Definition BlockMaterialInstancesDescription.h:17
Definition ctx.h:5
Definition Alias.h:14