LeviLamina
Loading...
Searching...
No Matches
LookAtBlockNode.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#include "mc/world/level/BlockPos.h"
9
10// auto generated forward declare list
11// clang-format off
12class Actor;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
20 ::ll::TypedStorage<4, 4, int> mDelayTicks;
21 ::ll::TypedStorage<4, 4, int> mDelayCounter;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ::BehaviorStatus tick(::Actor&) /*override*/;
28
29 virtual void initializeFromDefinition(::Actor& owner) /*override*/;
30
31 virtual ~LookAtBlockNode() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCFOLD void $initializeFromDefinition(::Actor& owner);
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Actor.h:105
Definition BehaviorNode.h:17
Definition LookAtBlockNode.h:15
static MCAPI void ** $vftable()