21class MoveToPOIGoal :
public ::BaseMoveToGoal {
25 ::ll::TypedStorage<4, 4, ::POIType> mPOIType;
26 ::ll::TypedStorage<4, 24, ::AABB> mPOIBoundingBox;
27 ::ll::TypedStorage<1, 1, bool> mUsingBoundingBox;
28 ::ll::TypedStorage<1, 1, bool> mRequireSameY;
29 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Path>> mPath;
39 virtual bool canUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
49 virtual void _moveToBlock() ;
51 virtual ::Vec3 _getTargetPosition()
const ;
53 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type)
const;
59 MCAPI MoveToPOIGoal(
::Mob& mob, ::std::string name,
::GoalId const& goalId, ::POIType poiType);
61 MCAPI
bool _canReachPOI(
::Vec3 const& pos,
float const radiusSqr,
bool usingBoundingBox);
63 MCAPI
void _updatePOIBooking();
65 MCAPI
bool getPOI(::POIType type);
71 MCAPI
void* $ctor(
::Mob& mob, ::std::string name,
::GoalId const& goalId, ::POIType poiType);
85 MCAPI
void $appendDebugInfo(::std::string& str)
const;
87 MCAPI
void $_moveToBlock();
89 MCAPI ::Vec3 $_getTargetPosition()
const;
91 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type)
const;