LeviLamina
Loading...
Searching...
No Matches
VexCopyOwnerTargetGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/target/TargetGoal.h"
7
8class VexCopyOwnerTargetGoal : public ::TargetGoal {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual bool canUse() /*override*/;
13
14 virtual void appendDebugInfo(::std::string& str) const /*override*/;
15
16 virtual void start() /*override*/;
17
18 virtual ~VexCopyOwnerTargetGoal() /*override*/ = default;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCAPI bool $canUse();
25
26 MCAPI void $appendDebugInfo(::std::string& str) const;
27
28 MCAPI void $start();
29
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition VexCopyOwnerTargetGoal.h:8
static MCAPI void ** $vftable()