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
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 // vIndex: 0
38 virtual ~OcelotAttackDefinition() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void buildSchema(
45 ::std::string const& name,
47 );
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition BaseGoalDefinition.h:10
Definition JsonSchemaObjectNode.h:8
Definition OcelotAttackDefinition.h:14
static MCAPI void ** $vftable()