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 ;
63 MCNAPI
void _handleRoll(
int rollCounter,
::Vec3& positionDelta,
float& rollX,
float& rollZ)
const;