27 ::ll::TypedStorage<8, 40, ::TempEPtr<::Actor>> mTarget;
28 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPos;
29 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
30 ::ll::TypedStorage<4, 4, int> mSearchRange;
31 ::ll::TypedStorage<4, 4, int> mSearchHeight;
32 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
33 ::ll::TypedStorage<1, 1, bool> mTrackTarget;
34 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
35 ::ll::TypedStorage<4, 4, int> mRandomStopInterval;
36 ::ll::TypedStorage<4, 4, float> mGoalRadiusSq;
37 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
38 ::ll::TypedStorage<1, 1, bool> mPickupBasedOnChance;
39 ::ll::TypedStorage<1, 1, bool> mCanPickupAnyItem;
40 ::ll::TypedStorage<4, 4, int> mTimeoutAfterBeingAttacked;
41 ::ll::TypedStorage<1, 1, bool> mCanPickupToHandOrEquipment;
42 ::ll::TypedStorage<1, 1, bool> mPickupSameItemsAsInHand;
43 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>
const> mExcludedItemsList;
44 ::ll::TypedStorage<8, 24, ::std::vector<::WeakEntityRef>> mFilteredPickupTargets;
57 virtual bool canUse() ;
60 virtual bool canContinueToUse() ;
63 virtual void start() ;
72 virtual void appendDebugInfo(::std::string& str)
const ;
81 MCAPI
void _dropItem(
::ItemStack const& item)
const;
83 MCAPI ::std::vector<::WeakEntityRef>
84 _filterValidTargets(::std::vector<::DistanceSortedActor>
const& entities)
const;
86 MCAPI ::Shareable
const* _getShareableItem(
::ItemStack const& item)
const;
88 MCAPI
void _handlePickupItem(
::Actor& itemEntity);
90 MCAPI
bool _hasRoomForCarriedItem()
const;
92 MCAPI
bool _isSameItemAsInHand(
::ItemStack const& item)
const;
106 MCAPI
bool $canUse();
108 MCAPI
bool $canContinueToUse();
116 MCAPI
void $appendDebugInfo(::std::string& str)
const;