LeviLamina
Loading...
Searching...
No Matches
KnockbackRoarGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
8#include "mc/world/actor/ai/goal/Goal.h"
9
10// auto generated forward declare list
11// clang-format off
14class EntityContext;
15class Mob;
16namespace JsonUtil { class EmptyClass; }
17// clang-format on
18
19class KnockbackRoarGoal : public ::Goal {
20public:
21 // KnockbackRoarGoal inner types declare
22 // clang-format off
24 // clang-format on
25
26 // KnockbackRoarGoal inner types define
28 public:
29 // member variables
30 // NOLINTBEGIN
43 // NOLINTEND
44
45 public:
46 // prevent constructor by default
50
51 public:
52 // virtual functions
53 // NOLINTBEGIN
54 // vIndex: 0
55 virtual ~KnockbackRoarDefinition() /*override*/ = default;
56 // NOLINTEND
57
58 public:
59 // member functions
60 // NOLINTBEGIN
61 MCAPI void initialize(::EntityContext& entity, ::KnockbackRoarGoal& goal) const;
62 // NOLINTEND
63
64 public:
65 // static functions
66 // NOLINTBEGIN
67 MCAPI static void buildSchema(
68 ::std::string const& name,
69 ::std::shared_ptr<
71 root
72 );
73 // NOLINTEND
74
75 public:
76 // destructor thunk
77 // NOLINTBEGIN
78
79 // NOLINTEND
80
81 public:
82 // vftables
83 // NOLINTBEGIN
84 MCAPI static void** $vftable();
85 // NOLINTEND
86 };
87
88public:
89 // member variables
90 // NOLINTBEGIN
91 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
92 ::ll::TypedStorage<4, 4, int> mMaxRoarDurationTicks;
93 ::ll::TypedStorage<4, 4, int> mMaxTicksUntilAttack;
94 ::ll::TypedStorage<4, 4, int> mKnockbackDamage;
95 ::ll::TypedStorage<4, 4, int> mKnockbackHorizontalStrength;
96 ::ll::TypedStorage<4, 4, int> mKnockbackVerticalStrength;
97 ::ll::TypedStorage<4, 4, float> mHeightCap;
98 ::ll::TypedStorage<4, 4, int> mKnockbackEffectRange;
99 ::ll::TypedStorage<4, 4, int> mMaxCooldownTicks;
100 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mKnockbackFilterGroup;
101 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mDamageFilterGroup;
102 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnRoarEnd;
103 ::ll::TypedStorage<1, 1, bool> mFilterEvaluateFix;
104 ::ll::TypedStorage<4, 4, int> mCurrentCooldownTicks;
105 ::ll::TypedStorage<4, 4, int> mCurrentRoarTicks;
106 // NOLINTEND
107
108public:
109 // virtual functions
110 // NOLINTBEGIN
111 // vIndex: 1
112 virtual bool canUse() /*override*/;
113
114 // vIndex: 2
115 virtual bool canContinueToUse() /*override*/;
116
117 // vIndex: 4
118 virtual void start() /*override*/;
119
120 // vIndex: 5
121 virtual void stop() /*override*/;
122
123 // vIndex: 6
124 virtual void tick() /*override*/;
125
126 // vIndex: 7
127 virtual void appendDebugInfo(::std::string& str) const /*override*/;
128
129 // vIndex: 0
130 virtual ~KnockbackRoarGoal() /*override*/ = default;
131 // NOLINTEND
132
133public:
134 // destructor thunk
135 // NOLINTBEGIN
136
137 // NOLINTEND
138
139public:
140 // virtual function thunks
141 // NOLINTBEGIN
142 MCAPI bool $canUse();
143
144 MCAPI bool $canContinueToUse();
145
146 MCAPI void $start();
147
148 MCAPI void $stop();
149
150 MCAPI void $tick();
151
152 MCAPI void $appendDebugInfo(::std::string& str) const;
153 // NOLINTEND
154
155public:
156 // vftables
157 // NOLINTBEGIN
158 MCAPI static void** $vftable();
159 // NOLINTEND
160};
Definition ActorDefinitionTrigger.h:5
Definition ActorFilterGroup.h:16
Definition BaseGoalDefinition.h:10
Definition EntityContext.h:16
Definition Goal.h:14
Definition JsonSchemaObjectNode.h:8
Definition KnockbackRoarGoal.h:27
Definition KnockbackRoarGoal.h:19
Definition Mob.h:47
Definition Alias.h:14