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;
28 virtual bool canUse() ;
31 virtual bool canContinueToUse() ;
34 virtual bool canBeInterrupted() ;
37 virtual void start() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
55 MCAPI
bool _checkForDamagingBlocks()
const;
57 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;
87 MCAPI
static void** $vftable();