LeviLamina
Loading...
Searching...
No Matches
PlayGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
8#include "mc/deps/shared_types/v1_21_120/actor/EntityTypes.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_26_10 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
22 ::ll::TypedStorage<4, 4, float> mMaxPlayDurationSeconds;
23 ::ll::TypedStorage<4, 4, float> mChanceToStart;
24 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_120::EntityTypes> mFriendTypes;
25 ::ll::TypedStorage<4, 12, ::Vec3> mFriendSearchArea;
26 ::ll::TypedStorage<4, 4, int> mRandomPosSearchRange;
27 ::ll::TypedStorage<4, 4, int> mRandomPosSearchHeight;
28 ::ll::TypedStorage<4, 4, int> mFollowDistanceInBlocks;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ~PlayGoalDefinition();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::Vec3 const& DEFAULT_FRIEND_SEARCH_AREA();
47
48 MCAPI static ::std::string_view const& NAME();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56};
57
58} // namespace SharedTypes::v1_26_10
Definition BaseGoalDefinition.h:12
Definition PlayGoalDefinition.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5