LeviLamina
Loading...
Searching...
No Matches
PlaceBlockNode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/BehaviorStatus.h"
7
#include "mc/world/actor/bhave/node/BehaviorNode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
// clang-format on
13
14
class
PlaceBlockNode
:
public
::BehaviorNode
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool> mRightMouseDown;
19
::ll::TypedStorage<1, 1, bool> mPreActionDone;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
27
28
// vIndex: 0
29
virtual
~PlaceBlockNode
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
Actor
Definition
Actor.h:102
BehaviorNode
Definition
BehaviorNode.h:17
PlaceBlockNode
Definition
PlaceBlockNode.h:14
PlaceBlockNode::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
actor
bhave
node
PlaceBlockNode.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0