20 ::ll::TypedStorage<8, 8, ::Block const*> mBlockToRemove;
21 ::ll::TypedStorage<4, 4, int> mTicksSinceReachedGoal;
27 virtual bool findTargetBlock() ;
29 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
33 virtual void start() ;
39 virtual void appendDebugInfo(::std::string& str)
const ;
43 virtual void _moveToBlock() ;
45 virtual bool _canReach(
::BlockPos const& pos) ;
59 MCAPI
bool $findTargetBlock();
63 MCAPI
bool $canContinueToUse();
71 MCAPI
void $appendDebugInfo(::std::string& str)
const;
75 MCAPI
void $_moveToBlock();