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;
37 AvoidBlockGoalDefinition& operator=(AvoidBlockGoalDefinition
const&);
38 AvoidBlockGoalDefinition(AvoidBlockGoalDefinition
const&);
39 AvoidBlockGoalDefinition();
44 MCAPI ::SharedTypes::v1_21_120::AvoidBlockGoalDefinition&
47 MCAPI ~AvoidBlockGoalDefinition();
59 MCAPI
static int const& DEFAULT_INTERVAL();
61 MCAPI
static int const& DEFAULT_SEARCH_HEIGHT();
63 MCAPI
static int const& DEFAULT_SEARCH_RANGE();
65 MCAPI
static float const& DEFAULT_SPRINT_SPEED_MODIFIER();
67 MCAPI static ::std::string_view
const& DEFAULT_TARGET_SELECTION_METHOD();
69 MCAPI
static float const& DEFAULT_WALK_SPEED_MODIFIER();
71 MCAPI static ::std::string_view
const& NAME();