LeviLamina
Loading...
Searching...
No Matches
LookAtBlockDefinition.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
#include "mc/world/level/BlockPos.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BehaviorFactory
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
LookAtBlockDefinition
:
public
::BehaviorDefinition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
20
::ll::TypedStorage<8, 32, ::std::string> mBlockPosId;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual
void
load(
::Json::Value
value,
::BehaviorFactory
const
& factory)
/*override*/
;
28
29
// vIndex: 0
30
virtual
~LookAtBlockDefinition
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCFOLD
void
$load(
::Json::Value
value,
::BehaviorFactory
const
& factory);
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
Json::Value
Definition
Value.h:16
LookAtBlockDefinition
Definition
LookAtBlockDefinition.h:15
LookAtBlockDefinition::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
bhave
definition
LookAtBlockDefinition.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0