LeviLamina
Loading...
Searching...
No Matches
MoveAroundTargetGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/FloatRange.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/actor/ActorFilterGroup.h"
9#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
10#include "mc/world/actor/ai/goal/Goal.h"
11
12// auto generated forward declare list
13// clang-format off
14class Mob;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
18class MoveAroundTargetGoal : public ::Goal {
19public:
20 // MoveAroundTargetGoal inner types declare
21 // clang-format off
22 class Definition;
23 // clang-format on
24
25 // MoveAroundTargetGoal inner types define
27 public:
28 // member variables
29 // NOLINTBEGIN
30 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
31 ::ll::TypedStorage<4, 4, float> mSpeed;
32 ::ll::TypedStorage<4, 4, float> mSpreadDegrees;
33 ::ll::TypedStorage<4, 8, ::FloatRange> mDestinationRange;
34 ::ll::TypedStorage<4, 4, float> mHeightDifferenceLimit;
35 ::ll::TypedStorage<4, 4, int> mHorizontalSearchDistance;
36 ::ll::TypedStorage<4, 4, int> mVerticalSearchDistance;
37 // NOLINTEND
38
39 public:
40 // virtual functions
41 // NOLINTBEGIN
42 virtual ~Definition() /*override*/ = default;
43 // NOLINTEND
44
45 public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void buildSchema(
49 ::std::string const& name,
50 ::std::shared_ptr<
52 );
53 // NOLINTEND
54
55 public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60 };
61
62public:
63 // member variables
64 // NOLINTBEGIN
65 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
66 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
67 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilters;
68 ::ll::TypedStorage<4, 4, float> mSpeed;
69 ::ll::TypedStorage<4, 4, float> mSpreadDegrees;
70 ::ll::TypedStorage<4, 8, ::FloatRange> mDestinationRange;
71 ::ll::TypedStorage<4, 4, float> mHeightDifferenceLimit;
72 ::ll::TypedStorage<4, 4, int> mHorizontalSearchDistance;
73 ::ll::TypedStorage<4, 4, int> mVerticalSearchDistance;
74 // NOLINTEND
75
76public:
77 // prevent constructor by default
78 MoveAroundTargetGoal& operator=(MoveAroundTargetGoal const&);
79 MoveAroundTargetGoal(MoveAroundTargetGoal const&);
80 MoveAroundTargetGoal();
81
82public:
83 // virtual functions
84 // NOLINTBEGIN
85 virtual bool canUse() /*override*/;
86
87 virtual bool canContinueToUse() /*override*/;
88
89 virtual void start() /*override*/;
90
91 virtual void stop() /*override*/;
92
93 virtual void tick() /*override*/;
94
95 virtual void appendDebugInfo(::std::string& str) const /*override*/;
96
97 virtual ~MoveAroundTargetGoal() /*override*/ = default;
98 // NOLINTEND
99
100public:
101 // virtual function thunks
102 // NOLINTBEGIN
103 MCAPI bool $canUse();
104
105 MCAPI bool $canContinueToUse();
106
107 MCAPI void $start();
108
109 MCAPI void $stop();
110
111 MCAPI void $tick();
112
113 MCAPI void $appendDebugInfo(::std::string& str) const;
114
115
116 // NOLINTEND
117
118public:
119 // vftables
120 // NOLINTBEGIN
121 MCNAPI static void** $vftable();
122 // NOLINTEND
123};
Definition BaseGoalDefinition.h:10
Definition Goal.h:14
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition Mob.h:50
Definition MoveAroundTargetGoal.h:26
static MCAPI void ** $vftable()
static MCAPI void ** $vftable()