LeviLamina
Loading...
Searching...
No Matches
SleepGoal Class Reference
Inheritance diagram for SleepGoal:

Public Member Functions

SleepGoaloperator= (SleepGoal const &)
 SleepGoal (SleepGoal const &)
virtual bool canUse ()
virtual void start ()
virtual void stop ()
virtual void tick ()
virtual bool canContinueToUse ()
virtual void appendDebugInfo (::std::string &str) const
virtual uint64 _getRepathTime () const
MCAPI void _findExitPos ()
MCAPI void _lockPosToBedPos ()
MCAPI void _wakeUp ()
MCAPI bool $canUse ()
MCAPI void $start ()
MCAPI void $stop ()
MCAPI void $tick ()
MCAPI bool $canContinueToUse ()
MCAPI void $appendDebugInfo (::std::string &str) const
MCFOLD uint64 $_getRepathTime () const
virtual bool isValidTarget (::BlockSource &region, ::BlockPos const &pos)
virtual void _moveToBlock ()
virtual::Vec3 _getTargetPosition () const
virtual ::std::weak_ptr<::POIInstance_getOwnedPOI (::POIType type) const
MCAPI bool _canReachPOI (::Vec3 const &pos, float radiusSqr, bool usingBoundingBox)
MCAPI void _updatePOIBooking ()
MCAPI bool getPOI (::POIType type)
MCAPI void * $ctor (::Mob &mob, float speedModifier, ::POIType poiType, float coolddownTimeout)
MCAPI void $dtor ()
MCAPI bool $isValidTarget (::BlockSource &region, ::BlockPos const &pos)
MCAPI void $_moveToBlock ()
MCAPI::Vec3 $_getTargetPosition () const
MCAPI ::std::weak_ptr<::POIInstance$_getOwnedPOI (::POIType type) const
virtual bool hasReachedTarget () const
virtual int _nextStartTick ()
virtual bool _canReach (::BlockPos const &pos)
MCAPI void _checkIfStuck ()
MCAPI bool $hasReachedTarget () const
MCAPI int $_nextStartTick ()
MCAPI bool $_canReach (::BlockPos const &pos)
virtual bool canBeInterrupted ()
virtual bool isTargetGoal () const
virtual void onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)
MCFOLD bool $canBeInterrupted ()
MCFOLD bool $isTargetGoal () const
MCFOLD void $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 8, ::Mob & > mMob
::ll::TypedStorage< 4, 40, ::BedHelpermBedHelper
::ll::TypedStorage< 4, 12, ::BlockPosmBedPos
::ll::TypedStorage< 4, 12, ::Vec3mSleepPos
::ll::TypedStorage< 4, 12, ::Vec3mBedOffset
::ll::TypedStorage< 4, 12, ::Vec3mEnterPos
::ll::TypedStorage< 4, 12, ::Vec3mExitPos
::ll::TypedStorage< 4, 4, int > mBedDir
::ll::TypedStorage< 4, 4, float > mBodyRot
::ll::TypedStorage< 4, 4, float const > mSleepYOffset
::ll::TypedStorage< 4, 4, float const > mSleepColliderHeight
::ll::TypedStorage< 4, 4, float const > mSleepColliderWidth
::ll::TypedStorage< 1, 1, bool const > mCanSleepWhileRiding
::ll::TypedStorage< 8, 8, ::Tick const > mGoalCooldownMax
::ll::TypedStorage< 8, 8, ::TickmCooldownTick
::ll::TypedStorage< 1, 1, bool > mWoken
::ll::TypedStorage< 1, 1, bool > mGoalEndedEarly
::ll::TypedStorage< 4, 4, ::POIType > mPOIType
::ll::TypedStorage< 4, 24, ::AABBmPOIBoundingBox
::ll::TypedStorage< 1, 1, bool > mUsingBoundingBox
::ll::TypedStorage< 1, 1, bool > mRequireSameY
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Path > > mPath
::ll::TypedStorage< 4, 4, int > mTravelTicks
::ll::TypedStorage< 4, 4, int > mNextStartTick
::ll::TypedStorage< 4, 4, int > mGiveUpTicks
::ll::TypedStorage< 4, 4, int > mStayTicks
::ll::TypedStorage< 4, 4, int > mMaxStayTicks
::ll::TypedStorage< 1, 1, bool > mReachedTarget
::ll::TypedStorage< 4, 4, float > mSpeedMod
::ll::TypedStorage< 4, 4, float > mGoalRadiusSq
::ll::TypedStorage< 8, 8, uint64 > mCooldownCounter
::ll::TypedStorage< 8, 8, uint64 > mCooldownTimeoutTime
::ll::TypedStorage< 4, 12, ::BlockPosmStartPos
::ll::TypedStorage< 4, 12, ::Vec3mBlockPos
::ll::TypedStorage< 4, 12, ::Vec3mTargetPositionOffset
::ll::TypedStorage< 4, 4, float > mChanceToStart
::ll::TypedStorage< 4, 4, int > mInterval
::ll::TypedStorage< 8, 32, ::std::string > mDebugName
::ll::TypedStorage< 4, 4, int > mRequiredControlFlags
::ll::TypedStorage< 2, 2, ushort > mTypeId

Member Function Documentation

◆ canUse()

virtual bool SleepGoal::canUse ( )
virtual

Reimplemented from MoveToPOIGoal.

◆ start()

virtual void SleepGoal::start ( )
virtual

Reimplemented from BaseMoveToGoal.

◆ stop()

virtual void SleepGoal::stop ( )
virtual

Reimplemented from MoveToPOIGoal.

◆ tick()

virtual void SleepGoal::tick ( )
virtual

Reimplemented from MoveToPOIGoal.

◆ canContinueToUse()

virtual bool SleepGoal::canContinueToUse ( )
virtual

Reimplemented from BaseMoveToGoal.

◆ appendDebugInfo()

virtual void SleepGoal::appendDebugInfo ( ::std::string & str) const
virtual

Reimplemented from MoveToPOIGoal.

◆ _getRepathTime()

virtual uint64 SleepGoal::_getRepathTime ( ) const
virtual

Reimplemented from BaseMoveToGoal.

◆ $vftable()

MCAPI void ** SleepGoal::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isValidTarget()

virtual bool MoveToPOIGoal::isValidTarget ( ::BlockSource & region,
::BlockPos const & pos )
virtualinherited

Implements BaseMoveToGoal.

◆ _moveToBlock()

virtual void MoveToPOIGoal::_moveToBlock ( )
virtualinherited

Implements BaseMoveToGoal.


The documentation for this class was generated from the following file: