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
18 using self = ::SwimWithEntityDefinition;
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 virtual ~SwimWithEntityDefinition() /*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 EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition SwimWithEntityDefinition.h:15
static MCAPI void ** $vftable()
Definition MobDescriptor.h:8