LeviLamina
Loading...
Searching...
No Matches
SubtreeDefinition.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
namespace
Json {
class
Value
; }
12
// clang-format on
13
14
class
SubtreeDefinition
:
public
::BehaviorDefinition
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mSubtreeId;
19
::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mBehaviorDataItems;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
load(
::Json::Value
node,
::BehaviorFactory
const
& factory)
/*override*/
;
26
27
virtual
~SubtreeDefinition
()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$load(
::Json::Value
node,
::BehaviorFactory
const
& factory);
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
Json::Value
Definition
Value.h:16
SubtreeDefinition
Definition
SubtreeDefinition.h:14
SubtreeDefinition::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
bhave
definition
SubtreeDefinition.h
Generated on
for LeviLamina by
1.16.1