LeviLamina
|
Public Member Functions | |
BaseMoveToGoal & | operator= (BaseMoveToGoal const &) |
BaseMoveToGoal (BaseMoveToGoal const &) | |
virtual bool | canUse () |
virtual bool | canContinueToUse () |
virtual void | start () |
virtual void | stop () |
virtual void | tick () |
virtual bool | hasReachedTarget () const |
virtual bool | isValidTarget (::BlockSource &, ::BlockPos const &)=0 |
virtual int | _nextStartTick () |
virtual bool | _canReach (::BlockPos const &pos) |
virtual void | _moveToBlock ()=0 |
virtual::Vec3 | _getTargetPosition () const |
virtual uint64 | _getRepathTime () const |
MCAPI void | _checkIfStuck () |
MCAPI bool | $canUse () |
MCAPI bool | $canContinueToUse () |
MCAPI void | $start () |
MCAPI void | $stop () |
MCAPI void | $tick () |
MCAPI bool | $hasReachedTarget () const |
MCAPI int | $_nextStartTick () |
MCAPI bool | $_canReach (::BlockPos const &pos) |
MCAPI::Vec3 | $_getTargetPosition () const |
MCAPI uint64 | $_getRepathTime () const |
virtual bool | canBeInterrupted () |
virtual void | appendDebugInfo (::std::string &) const =0 |
virtual bool | isTargetGoal () const |
virtual void | onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
MCAPI void | $dtor () |
MCAPI bool | $canBeInterrupted () |
MCAPI bool | $isTargetGoal () const |
MCAPI void | $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
Static Public Member Functions | |
static MCAPI void ** | $vftable () |
Public Attributes | |
::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, ::BlockPos > | mStartPos |
::ll::TypedStorage< 4, 12, ::Vec3 > | mBlockPos |
::ll::TypedStorage< 4, 12, ::Vec3 > | mTargetPositionOffset |
::ll::TypedStorage< 4, 4, float > | mChanceToStart |
::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
::ll::TypedStorage< 4, 4, int > | mInterval |
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
::ll::TypedStorage< 8, 32, ::std::string > | mName |
::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
virtual |
Implements Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
|
virtual |
Reimplemented from Goal.
MCAPI void BaseMoveToGoal::_checkIfStuck | ( | ) |
MCAPI bool BaseMoveToGoal::$canUse | ( | ) |
MCAPI bool BaseMoveToGoal::$canContinueToUse | ( | ) |
MCAPI void BaseMoveToGoal::$start | ( | ) |
MCAPI void BaseMoveToGoal::$stop | ( | ) |
MCAPI void BaseMoveToGoal::$tick | ( | ) |
MCAPI bool BaseMoveToGoal::$hasReachedTarget | ( | ) | const |
MCAPI int BaseMoveToGoal::$_nextStartTick | ( | ) |
MCAPI bool BaseMoveToGoal::$_canReach | ( | ::BlockPos const & | pos | ) |
MCAPI::Vec3 BaseMoveToGoal::$_getTargetPosition | ( | ) | const |
MCAPI uint64 BaseMoveToGoal::$_getRepathTime | ( | ) | const |
|
static |
|
inherited |
|
inherited |
|
inherited |
|
inherited |