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;
35 virtual bool canUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
50 virtual void _moveToBlock() ;
53 virtual ::Vec3 _getTargetPosition()
const ;
56 virtual ::std::weak_ptr<::POIInstance> _getOwnedPOI(::POIType type)
const;
65 MCAPI
MoveToPOIGoal(
::Mob& mob,
float speedModifier, ::POIType poiType,
float coolddownTimeout);
67 MCAPI
bool _canReachPOI(
::Vec3 const& pos,
float radiusSqr,
bool usingBoundingBox);
69 MCAPI
void _updatePOIBooking();
71 MCAPI
bool getPOI(::POIType type);
77 MCAPI
void* $ctor(
::Mob& mob,
float speedModifier, ::POIType poiType,
float coolddownTimeout);
97 MCAPI
void $appendDebugInfo(::std::string& str)
const;
99 MCAPI
void $_moveToBlock();
101 MCAPI ::Vec3 $_getTargetPosition()
const;
103 MCAPI ::std::weak_ptr<::POIInstance> $_getOwnedPOI(::POIType type)
const;
109 MCAPI
static void** $vftable();