LeviLamina
Loading...
Searching...
No Matches
OcelotAttackGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_26_10 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mCooldownTime;
20 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationX;
21 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
22 ::ll::TypedStorage<4, 4, float> mMaxDistance;
23 ::ll::TypedStorage<4, 4, float> mMaxSneakRange;
24 ::ll::TypedStorage<4, 4, float> mMaxSprintRange;
25 ::ll::TypedStorage<4, 4, float> mReachMultiplier;
26 ::ll::TypedStorage<4, 4, float> mSneakSpeedModifier;
27 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
28 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::string_view const& COOLDOWN_TIME_PROP_NAME();
41
42 MCAPI static ::std::string_view const& MAX_DISTANCE_PROP_NAME();
43
44 MCAPI static ::std::string_view const& MAX_HEAD_ROTATION_X_PROP_NAME();
45
46 MCAPI static ::std::string_view const& MAX_HEAD_ROTATION_Y_PROP_NAME();
47
48 MCAPI static ::std::string_view const& MAX_SNEAK_RANGE_PROP_NAME();
49
50 MCAPI static ::std::string_view const& MAX_SPRINT_RANGE_PROP_NAME();
51
52 MCAPI static ::std::string_view const& NAME();
53
54 MCAPI static ::std::string_view const& REACH_MULTIPLIER_PROP_NAME();
55
56 MCAPI static ::std::string_view const& SNEAK_SPEED_MULTIPLIER_PROP_NAME();
57
58 MCAPI static ::std::string_view const& SPRINT_SPEED_MULTIPLIER_PROP_NAME();
59
60 MCAPI static ::std::string_view const& WALK_SPEED_MULTIPLIER_PROP_NAME();
61 // NOLINTEND
62};
63
64} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition OcelotAttackGoalDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5