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;
42 MCAPI
static float const& DEFAULT_MAX_VELOCITY();
44 MCAPI
static int const& DEFAULT_MIN_DISTANCE();
46 MCAPI
static int const& DEFAULT_MIN_PATH_LENGTH();
48 MCAPI
static float const& DEFAULT_PREFERRED_BLOCKS_CHANCE();
50 MCAPI
static float const& DEFAULT_SCALE_FACTOR();
52 MCAPI
static int const& DEFAULT_SEARCH_HEIGHT();
54 MCAPI
static int const& DEFAULT_SEARCH_WIDTH();
56 MCAPI static ::std::string_view
const& NAME();