20class MoveToPOIGoal :
public ::BaseMoveToGoal {
24 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
25 ::ll::TypedStorage<4, 24, ::AABB> mPOIBoundingBox;
26 ::ll::TypedStorage<1, 1, bool> mUsingBoundingBox;
27 ::ll::TypedStorage<1, 1, bool> mRequireSameY;
28 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
38 virtual bool canUse() ;
46 virtual void appendDebugInfo(::std::string& str)
const ;
48 virtual void _moveToBlock() ;
50 virtual ::Vec3 _getTargetPosition()
const ;
52 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type)
const;
58 MCAPI MoveToPOIGoal(
::Mob& mob, ::POIType poiType);
60 MCAPI
bool _canReachPOI(
::Vec3 const& pos,
float radiusSqr,
bool usingBoundingBox);
62 MCAPI
void _updatePOIBooking();
64 MCAPI
bool getPOI(::POIType type);
70 MCAPI
void* $ctor(
::Mob& mob, ::POIType poiType);
84 MCAPI
void $appendDebugInfo(::std::string& str)
const;
86 MCAPI
void $_moveToBlock();
88 MCAPI ::Vec3 $_getTargetPosition()
const;
90 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type)
const;