LeviLamina
Loading...
Searching...
No Matches
LookAtActorDefinition.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
LookAtActorDefinition
:
public
::BehaviorDefinition
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mEntityName;
19
::ll::TypedStorage<8, 32, ::std::string> mEntityType;
20
::ll::TypedStorage<4, 4, int> mSearchRadius;
21
::ll::TypedStorage<8, 32, ::std::string> mSearchRadiusId;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual
void
load(
::Json::Value
value,
::BehaviorFactory
const
& factory)
/*override*/
;
29
30
// vIndex: 0
31
virtual
~LookAtActorDefinition
()
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCFOLD
void
$dtor();
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCFOLD
void
$load(
::Json::Value
value,
::BehaviorFactory
const
& factory);
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
Json::Value
Definition
Value.h:16
LookAtActorDefinition
Definition
LookAtActorDefinition.h:14
LookAtActorDefinition::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
bhave
definition
LookAtActorDefinition.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0