LeviLamina
Loading...
Searching...
No Matches
SwimWithEntityDefinition.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
11struct MobDescriptor;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // SwimWithEntityDefinition inner types define
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, float> mSuccessRate;
24 ::ll::TypedStorage<4, 4, float> mChanceToStop;
25 ::ll::TypedStorage<4, 4, float> mIntervalRefreshTime;
26 ::ll::TypedStorage<4, 4, float> mCatchUpThreshold;
27 ::ll::TypedStorage<4, 4, float> mMatchDirectionThreshold;
28 ::ll::TypedStorage<4, 4, float> mCatchUpMultiplier;
29 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
30 ::ll::TypedStorage<4, 4, float> mSearchRange;
31 ::ll::TypedStorage<4, 4, float> mStopDistance;
32 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mTargetTypes;
33 // NOLINTEND
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~SwimWithEntityDefinition() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void buildSchema(
46 ::std::string const& name,
48 );
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BaseGoalDefinition.h:10
Definition JsonSchemaObjectNode.h:8
Definition SwimWithEntityDefinition.h:15
static MCAPI void ** $vftable()
Definition MobDescriptor.h:8