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