LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentsFinalizer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/StackRefResult.h"
7
8// auto generated forward declare list
9// clang-format off
11class BlockType;
12namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentsRegistry; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::StackRefResult<::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry>> mRegistry;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI void
26 finalizeBlock(::BlockType& block, ::std::vector<::gsl::not_null<::BlockCustomComponentsComponent*>>& customComps);
27
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36};
Definition BlockCustomComponentsComponent.h:19
Definition BlockType.h:84
Definition ScriptBlockCustomComponentsFinalizer.h:15