LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentsFinalizer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class BlockLegacy;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI void
28 finalizeBlock(::BlockLegacy& block, ::std::vector<::gsl::not_null<::BlockCustomComponentsComponent*>>& customComps);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition BlockCustomComponentsComponent.h:17
Definition BlockLegacy.h:86
Definition ScriptBlockCustomComponentsFinalizer.h:11
MCAPI void finalizeBlock(::BlockLegacy &block, ::std::vector<::gsl::not_null<::BlockCustomComponentsComponent * > > &customComps)
Definition Alias.h:14