LeviLamina
Loading...
Searching...
No Matches
OwnerHurtByTargetGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/TempEPtr.h"
7#include "mc/world/actor/ai/goal/target/TargetGoal.h"
8
9// auto generated forward declare list
10// clang-format off
11class Mob;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwnerHurtBy;
19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual bool canUse() /*override*/;
33
34 // vIndex: 4
35 virtual void start() /*override*/;
36
37 // vIndex: 0
38 virtual ~OwnerHurtByTargetGoal() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI bool $canUse();
45
46 MCNAPI void $start();
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition Mob.h:47
Definition OwnerHurtByTargetGoal.h:14
static MCAPI void ** $vftable()
MCAPI bool $canUse()
Definition TargetGoal.h:15