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 virtual ~IScriptBlockCustomComponentReader() = default;
23
24 virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomComponentParameters> const&
25 tryGetCustomComponentParametersForItem(
26 ::IBlockSource const&,
28 ::std::string_view,
30 ) const = 0;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace ScriptModuleMinecraft
Definition BlockPos.h:19
Definition IBlockSource.h:37
Definition IScriptBlockCustomComponentReader.h:18
Definition WeakLifetimeScope.h:7
Definition ScriptCustomComponentParameters.h:12