20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<4, 4, float> mLookDistance;
22 ::ll::TypedStorage<4, 4, int> mLookTime;
23 ::ll::TypedStorage<4, 4, int> mMinLookTime;
24 ::ll::TypedStorage<4, 4, int> mMaxLookTime;
25 ::ll::TypedStorage<8, 40, ::TempEPtr<::Player>> mPlayer;
26 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mItems;
33 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
39 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
57 MCAPI
bool _playerHoldingInteresting(
::Player* player);
71 MCAPI
bool $canContinueToUse();
79 MCAPI
void $appendDebugInfo(::std::string& str)
const;
85 MCAPI
static void** $vftable();