LeviLamina
Loading...
Searching...
No Matches
ScriptTypeFamilyComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
#include "mc/scripting/modules/minecraft/components/ScriptActorComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Scripting {
struct
ClassBinding
; }
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
class
ScriptTypeFamilyComponent
:
public
::ScriptModuleMinecraft::ScriptActorComponent
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
bool
_isValid()
const
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI ::Scripting::Result_deprecated<::std::vector<::std::string>> getTypeFamilies()
const
;
27
28
MCAPI ::Scripting::Result_deprecated<bool> hasTypeFamily(::std::string
const
& typeFamily)
const
;
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI static ::Scripting::ClassBinding bind();
35
// NOLINTEND
36
37
public
:
38
// static variables
39
// NOLINTBEGIN
40
MCAPI
static
char
const
*& ComponentId();
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCAPI
bool
$_isValid()
const
;
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
57
58
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptActorComponent
Definition
ScriptActorComponent.h:24
ScriptModuleMinecraft::ScriptTypeFamilyComponent
Definition
ScriptTypeFamilyComponent.h:16
ScriptModuleMinecraft::ScriptTypeFamilyComponent::$vftable
static MCAPI void ** $vftable()
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
components
ScriptTypeFamilyComponent.h
Generated on
for LeviLamina by
1.16.1