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
11class Actor;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mRightMouseDown;
19 ::ll::TypedStorage<1, 1, bool> mPreActionDone;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ::BehaviorStatus tick(::Actor&) /*override*/;
26
27 virtual ~PlaceBlockNode() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition Actor.h:105
Definition BehaviorNode.h:17
Definition PlaceBlockNode.h:14
static MCAPI void ** $vftable()