LeviLamina
Loading...
Searching...
No Matches
ScriptMovementFlyComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/scripting/modules/minecraft/components/MovementScriptActorComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
ClassBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
class
ScriptMovementFlyComponent
:
public
::ScriptModuleMinecraft::MovementScriptActorComponent
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
_isValid()
const
/*override*/
;
20
21
virtual
~ScriptMovementFlyComponent
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// static functions
26
// NOLINTBEGIN
27
MCAPI static ::Scripting::ClassBinding bind();
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCAPI
bool
$_isValid()
const
;
34
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
44
45
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::MovementScriptActorComponent
Definition
MovementScriptActorComponent.h:18
ScriptModuleMinecraft::ScriptMovementFlyComponent
Definition
ScriptMovementFlyComponent.h:15
ScriptModuleMinecraft::ScriptMovementFlyComponent::$vftable
static MCAPI void ** $vftable()
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
components
ScriptMovementFlyComponent.h
Generated on
for LeviLamina by
1.16.1