18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, float> mRollXd;
20 ::ll::TypedStorage<4, 4, float> mRollZd;
21 ::ll::TypedStorage<4, 4, float> mProbability;
34 virtual bool canUse() ;
37 virtual bool canContinueToUse() ;
40 virtual bool canBeInterrupted() ;
43 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
61 MCAPI
bool _checkForDamagingBlocks()
const;
63 MCAPI
void _handleRoll(
int rollCounter,
::Vec3& positionDelta,
float& rollX,
float& rollZ)
const;
71 MCAPI
bool $canContinueToUse();
73 MCFOLD
bool $canBeInterrupted();
81 MCAPI
void $appendDebugInfo(::std::string& str)
const;