LeviLamina
Loading...
Searching...
No Matches
JumpToBlockGoalDefinition.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/shared_types/FloatRange.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace SharedTypes::Legacy { struct ItemDescriptor; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_26_20 {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int> mSearchWidth;
22 ::ll::TypedStorage<4, 4, int> mSearchHeight;
23 ::ll::TypedStorage<4, 4, int> mMinPathLength;
24 ::ll::TypedStorage<4, 4, int> mMinDistance;
25 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mCooldownTime;
26 ::ll::TypedStorage<4, 4, float> mScaleFactor;
27 ::ll::TypedStorage<4, 4, float> mMaxVelocity;
28 ::ll::TypedStorage<4, 4, float> mPreferredBlocksChance;
29 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ItemDescriptor>> mPreferredBlocks;
30 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ItemDescriptor>> mForbiddenBlocks;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static float const& DEFAULT_MAX_VELOCITY();
43
44 MCAPI static int const& DEFAULT_MIN_DISTANCE();
45
46 MCAPI static int const& DEFAULT_MIN_PATH_LENGTH();
47
48 MCAPI static float const& DEFAULT_PREFERRED_BLOCKS_CHANCE();
49
50 MCAPI static float const& DEFAULT_SCALE_FACTOR();
51
52 MCAPI static int const& DEFAULT_SEARCH_HEIGHT();
53
54 MCAPI static int const& DEFAULT_SEARCH_WIDTH();
55
56 MCAPI static ::std::string_view const& NAME();
57 // NOLINTEND
58};
59
60} // namespace SharedTypes::v1_26_20
Definition BaseGoalDefinition.h:12
Definition ItemDescriptor.h:15
Definition JumpToBlockGoalDefinition.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5