LeviLamina
Loading...
Searching...
No Matches
IComponentFactory.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
WeakEntityRef
;
11
namespace
ScriptModuleMinecraft {
class
ScriptActorComponent
; }
12
namespace
Scripting {
class
WeakLifetimeScope
; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
IComponentFactory
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~IComponentFactory
() =
default
;
22
23
virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent>
24
createComponent(
::WeakEntityRef
,
::Scripting::WeakLifetimeScope
const
&, ::std::string
const
&) = 0;
25
26
virtual
bool
hasComponent(
::WeakEntityRef
)
const
= 0;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
};
35
36
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::IComponentFactory
Definition
IComponentFactory.h:17
ScriptModuleMinecraft::ScriptActorComponent
Definition
ScriptActorComponent.h:22
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
WeakEntityRef
Definition
WeakEntityRef.h:14
src
mc
scripting
modules
minecraft
components
IComponentFactory.h
Generated on
for LeviLamina by
1.16.1