LeviLamina
Loading...
Searching...
No Matches
IScriptBlockComponentFactory.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
BlockSource
;
12
namespace
ScriptModuleMinecraft {
class
BaseScriptBlockComponent; }
13
namespace
Scripting {
class
WeakLifetimeScope; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
IScriptBlockComponentFactory
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~IScriptBlockComponentFactory
() =
default
;
24
25
// vIndex: 1
26
virtual ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::BaseScriptBlockComponent>>
27
createComponent(
::BlockSource
&,
::BlockPos
const
&,
::Scripting::WeakLifetimeScope
const
&) = 0;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
};
42
43
}
// namespace ScriptModuleMinecraft
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
ScriptModuleMinecraft::IScriptBlockComponentFactory
Definition
IScriptBlockComponentFactory.h:18
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:12
src
mc
scripting
modules
minecraft
block
components
IScriptBlockComponentFactory.h
Generated on Sat Apr 26 2025 05:55:50 for LeviLamina by
1.12.0