20 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
21 ::ll::TypedStorage<8, 8, ::Block const*> mStartingBlock;
22 ::ll::TypedStorage<1, 1, bool> mRightMouseDown;
23 ::ll::TypedStorage<4, 4, int> mDelayTicks;
24 ::ll::TypedStorage<4, 4, int> mDelayCounter;
25 ::ll::TypedStorage<1, 1, bool> mPreActionDone;
32 virtual ::BehaviorStatus tick(
::Actor&) ;
35 virtual void initializeFromDefinition(
::Actor& owner) ;
44 MCFOLD
void $initializeFromDefinition(
::Actor& owner);