LeviLamina
Loading...
Searching...
No Matches
AvoidBlockGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
8#include "mc/deps/shared_types/shared_types/FloatRange.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace SharedTypes::Legacy { struct ItemDescriptor; }
13namespace SharedTypes::v1_21_120 { struct ActorDefinitionTrigger; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17namespace SharedTypes::v1_21_120 {
18
19struct AvoidBlockGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
24 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
25 ::ll::TypedStorage<4, 4, int> mSearchRange;
26 ::ll::TypedStorage<4, 4, int> mSearchHeight;
27 ::ll::TypedStorage<4, 4, int> mInterval;
28 ::ll::TypedStorage<8, 32, ::std::string> mMethod;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ItemDescriptor>> mTargetBlockDescriptors;
30 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_120::ActorDefinitionTrigger>> mOnEscapedTriggers;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
32 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mSoundIntervalRange;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 AvoidBlockGoalDefinition& operator=(AvoidBlockGoalDefinition const&);
38 AvoidBlockGoalDefinition(AvoidBlockGoalDefinition const&);
39 AvoidBlockGoalDefinition();
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI ::SharedTypes::v1_21_120::AvoidBlockGoalDefinition&
46
47 MCAPI ~AvoidBlockGoalDefinition();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // static variables
58 // NOLINTBEGIN
59 MCAPI static int const& DEFAULT_INTERVAL();
60
61 MCAPI static int const& DEFAULT_SEARCH_HEIGHT();
62
63 MCAPI static int const& DEFAULT_SEARCH_RANGE();
64
65 MCAPI static float const& DEFAULT_SPRINT_SPEED_MODIFIER();
66
67 MCAPI static ::std::string_view const& DEFAULT_TARGET_SELECTION_METHOD();
68
69 MCAPI static float const& DEFAULT_WALK_SPEED_MODIFIER();
70
71 MCAPI static ::std::string_view const& NAME();
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCAPI void $dtor();
78 // NOLINTEND
79};
80
81} // namespace SharedTypes::v1_21_120
Definition BaseGoalDefinition.h:12
Definition ItemDescriptor.h:15
Definition ActorDefinitionTrigger.h:16
Definition AvoidBlockGoalDefinition.h:19
Definition ReflectionCtx.h:11
Definition ctx.h:5