14class RandomFlyingGoal :
public ::RandomStrollGoal {
18 ::ll::TypedStorage<1, 1, bool> mCanLandOnTrees;
28 virtual bool canUse() ;
30 virtual void appendDebugInfo(::std::string& str)
const ;
32 virtual bool _setWantedPosition() ;
38 MCAPI RandomFlyingGoal(
::Mob& mob,
float speed,
int xzDist,
int yDist,
bool canLandOnTrees);
40 MCAPI ::std::optional<::Vec3> _getTreePos()
const;
46 MCAPI
void* $ctor(
::Mob& mob,
float speed,
int xzDist,
int yDist,
bool canLandOnTrees);
54 MCAPI
void $appendDebugInfo(::std::string& str)
const;
56 MCAPI
bool $_setWantedPosition();