LeviLamina
Loading...
Searching...
No Matches
OcelotAttackDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace JsonUtil { class EmptyClass; }
12// clang-format on
13
15public:
16 // OcelotAttackDefinition inner types define
17 using self = ::OcelotAttackDefinition;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, float> mCooldownTime;
23 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
24 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
25 ::ll::TypedStorage<4, 4, float> mMaxDistance;
26 ::ll::TypedStorage<4, 4, float> mMaxSneakRange;
27 ::ll::TypedStorage<4, 4, float> mMaxSprintRange;
28 ::ll::TypedStorage<4, 4, float> mReachMultiplier;
29 ::ll::TypedStorage<4, 4, float> mSneakSpeedModifier;
30 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
31 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
32 // NOLINTEND
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~OcelotAttackDefinition() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void buildSchema(
44 ::std::string const& name,
46 );
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition BaseGoalDefinition.h:10
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition OcelotAttackDefinition.h:14
static MCAPI void ** $vftable()