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;
39 virtual bool canUse() ;
51 virtual void appendDebugInfo(::std::string& str)
const ;
54 virtual void _moveToBlock() ;
57 virtual ::Vec3 _getTargetPosition()
const ;
60 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type)
const;
69 MCAPI
MoveToPOIGoal(
::Mob& mob,
float speedModifier, ::POIType poiType,
float coolddownTimeout);
71 MCAPI
bool _canReachPOI(
::Vec3 const& pos,
float radiusSqr,
bool usingBoundingBox);
73 MCAPI
void _updatePOIBooking();
75 MCAPI
bool getPOI(::POIType type);
81 MCAPI
void* $ctor(
::Mob& mob,
float speedModifier, ::POIType poiType,
float coolddownTimeout);
101 MCAPI
void $appendDebugInfo(::std::string& str)
const;
103 MCAPI
void $_moveToBlock();
105 MCAPI ::Vec3 $_getTargetPosition()
const;
107 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type)
const;