LeviLamina
Loading...
Searching...
No Matches
CompositeDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/definition/BehaviorDefinition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BehaviorFactory
;
11
class
BehaviorTreeDefinitionPtr
;
12
namespace
Json {
class
Value
; }
13
// clang-format on
14
15
class
CompositeDefinition
:
public
::BehaviorDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::BehaviorDefinition>>> mChildren;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI ::BehaviorDefinition
const
* get(uint64 index)
const
;
26
27
MCAPI uint64 getCount()
const
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI
static
void
_compositeLoadChildrenBehaviors(
34
::Json::Value
value,
35
::std::vector<::std::unique_ptr<::BehaviorDefinition>>& childList,
36
::BehaviorFactory
const
& factory,
37
::BehaviorTreeDefinitionPtr
ptr
38
);
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
BehaviorTreeDefinitionPtr
Definition
BehaviorTreeDefinitionPtr.h:11
CompositeDefinition
Definition
CompositeDefinition.h:15
CompositeDefinition::$vftable
static MCAPI void ** $vftable()
Json::Value
Definition
Value.h:16
src
mc
world
actor
bhave
definition
CompositeDefinition.h
Generated on
for LeviLamina by
1.16.1