20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 4, int> mThrowCountdown;
22 ::ll::TypedStorage<4, 4, int> mSearchRange;
23 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
24 ::ll::TypedStorage<4, 4, float> mGoalRadiusSq;
25 ::ll::TypedStorage<4, 4, int> mTimeToRecalcPath;
26 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mMobFilters;
27 ::ll::TypedStorage<8, 152, ::ItemStack> mItemToShare;
28 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
41 virtual void start() ;
50 virtual void appendDebugInfo(::std::string& str)
const ;
59 MCAPI ::std::pair<int, ::ItemStack>
60 selectEntityToShareWith(::std::vector<::std::pair<int, ::ItemStack>>
const& shareableItems);
74 MCAPI
bool $canContinueToUse();
82 MCAPI
void $appendDebugInfo(::std::string& str)
const;
88 MCAPI
static void** $vftable();