LeviLamina
Loading...
Searching...
No Matches
DecoratorDefinition.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
DecoratorDefinition
:
public
::BehaviorDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::std::unique_ptr<::BehaviorDefinition>> mChild;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~DecoratorDefinition
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI static ::std::unique_ptr<::BehaviorDefinition>
33
_decoratorLoadChildBehavior(
::Json::Value
value,
::BehaviorFactory
const
& factory,
::BehaviorTreeDefinitionPtr
ptr);
34
// NOLINTEND
35
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
BehaviorTreeDefinitionPtr
Definition
BehaviorTreeDefinitionPtr.h:11
DecoratorDefinition
Definition
DecoratorDefinition.h:15
Json::Value
Definition
Value.h:16
src-server
mc
world
actor
bhave
definition
DecoratorDefinition.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0