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
14class OwnerHurtByTargetGoal : public ::TargetGoal {
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
24 OwnerHurtByTargetGoal& operator=(OwnerHurtByTargetGoal const&);
25 OwnerHurtByTargetGoal(OwnerHurtByTargetGoal const&);
26 OwnerHurtByTargetGoal();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual bool canUse() /*override*/;
32
33 virtual void start() /*override*/;
34
35 virtual ~OwnerHurtByTargetGoal() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI bool $canUse();
42
43 MCFOLD void $start();
44
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Mob.h:50
static MCAPI void ** $vftable()