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
10
class
BlockPos
;
11
class
IBlockSource
;
12
namespace
ScriptModuleMinecraft {
struct
ScriptCustomComponentParameters; }
13
namespace
Scripting {
class
WeakLifetimeScope; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
IScriptBlockCustomComponentReader
{
19
public
:
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
&,
29
::BlockPos
,
30
::std::string_view,
31
::Scripting::WeakLifetimeScope
const
&
32
)
const
= 0;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
47
48
}
// namespace ScriptModuleMinecraft
BlockPos
Definition
BlockPos.h:18
IBlockSource
Definition
IBlockSource.h:35
ScriptModuleMinecraft::IScriptBlockCustomComponentReader
Definition
IScriptBlockCustomComponentReader.h:18
ScriptModuleMinecraft::IScriptBlockCustomComponentReader::$vftable
static MCAPI void ** $vftable()
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:12
src
mc
scripting
modules
minecraft
block
IScriptBlockCustomComponentReader.h
Generated on Wed Jul 23 2025 08:34:19 for LeviLamina by
1.12.0