LeviLamina
Loading...
Searching...
No Matches
ScriptUnderwaterMovementComponentFactory.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
#include "mc/scripting/modules/minecraft/components/IComponentFactory.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
WeakEntityRef
;
12
namespace
ScriptModuleMinecraft {
class
ScriptActorComponent; }
13
namespace
Scripting {
class
WeakLifetimeScope; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
class
ScriptUnderwaterMovementComponentFactory
:
public
::ScriptModuleMinecraft::IComponentFactory
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 0
23
virtual
~ScriptUnderwaterMovementComponentFactory
()
/*override*/
=
default
;
24
25
// vIndex: 1
26
virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent> createComponent(
27
::WeakEntityRef
entity,
28
::Scripting::WeakLifetimeScope
const
& scope,
29
::std::string
const
&
id
30
)
/*override*/
;
31
32
// vIndex: 2
33
virtual
bool
hasComponent(
::WeakEntityRef
entity)
const
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorComponent>
46
$createComponent(
::WeakEntityRef
entity,
::Scripting::WeakLifetimeScope
const
& scope, ::std::string
const
&
id
);
47
48
MCAPI
bool
$hasComponent(
::WeakEntityRef
entity)
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
57
58
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::IComponentFactory
Definition
IComponentFactory.h:17
ScriptModuleMinecraft::ScriptUnderwaterMovementComponentFactory
Definition
ScriptUnderwaterMovementComponentFactory.h:18
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:12
WeakEntityRef
Definition
WeakEntityRef.h:14
src
mc
scripting
modules
minecraft
components
ScriptUnderwaterMovementComponentFactory.h
Generated on Sat Apr 26 2025 05:55:51 for LeviLamina by
1.12.0