13class WitherRandomAttackPosGoal :
public ::RandomStrollGoal {
17 ::ll::TypedStorage<1, 1, bool> mIsPathing;
22 WitherRandomAttackPosGoal();
27 virtual void start() ;
31 virtual bool canUse() ;
33 virtual bool canContinueToUse() ;
39 MCAPI WitherRandomAttackPosGoal(
::Mob& mob,
float speed,
int xzDist,
int yDist);
45 MCAPI
void* $ctor(
::Mob& mob,
float speed,
int xzDist,
int yDist);
57 MCAPI
bool $canContinueToUse();