LeviLamina
Loading...
Searching...
No Matches
IScriptBlockCustomComponentReader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class IBlockSource;
12namespace ScriptModuleMinecraft { struct ScriptCustomComponentParameters; }
13namespace Scripting { class WeakLifetimeScope; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~IScriptBlockCustomComponentReader() = default;
24
25 // vIndex: 1
26 virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters> const&
27 tryGetCustomComponentParametersForItem(
28 ::IBlockSource const&,
30 ::std::string_view,
32 ) const = 0;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace ScriptModuleMinecraft
Definition BlockPos.h:18
Definition IBlockSource.h:35
Definition IScriptBlockCustomComponentReader.h:18
Definition WeakLifetimeScope.h:12