LeviLamina
|
Classes | |
class | Definition |
Public Member Functions | |
RandomSearchAndDigGoal & | operator= (RandomSearchAndDigGoal const &) |
RandomSearchAndDigGoal (RandomSearchAndDigGoal const &) | |
virtual bool | canUse () |
virtual bool | canContinueToUse () |
virtual void | start () |
virtual void | stop () |
virtual void | tick () |
virtual void | appendDebugInfo (::std::string &str) const |
MCAPI::RandomSearchAndDigGoal::CanUseOutcome | _canUse () |
MCAPI void | _digUpItems () |
MCAPI void | _emitDiggingParticles () |
MCAPI ::std::optional<::BlockPos > | _findWantedTargetPos () const |
MCAPI bool | _isValidTarget (::BlockSource const ®ion, ::BlockPos pos) const |
MCAPI void | _triggerEvent (::ActorDefinitionTrigger const &eventTrigger) const |
MCAPI bool | $canUse () |
MCAPI bool | $canContinueToUse () |
MCAPI void | $start () |
MCAPI void | $stop () |
MCAPI void | $tick () |
MCAPI void | $appendDebugInfo (::std::string &str) const |
virtual bool | canBeInterrupted () |
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< 8, 744, ::RandomSearchAndDigGoal::Definition > | mDefinition |
::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
::ll::TypedStorage< 4, 4, ::RandomSearchAndDigGoal::State > | mState |
::ll::TypedStorage< 4, 4, float > | mGoalRadiusSqr |
::ll::TypedStorage< 1, 1, bool > | mItemFound |
::ll::TypedStorage< 4, 12, ::BlockPos > | mTargetPos |
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Path > > | mPath |
::ll::TypedStorage< 2, 2, ushort > | mCooldownDurationTicks |
::ll::TypedStorage< 2, 2, ushort > | mDiggingDurationTicks |
::ll::TypedStorage< 2, 2, ushort > | mSpawnItemAfterTicks |
::ll::TypedStorage< 8, 8, ::Tick > | mCooldownEndTick |
::ll::TypedStorage< 8, 8, ::Tick > | mItemFoundEndTick |
::ll::TypedStorage< 8, 8, ::Tick > | mDiggingEndTick |
::ll::TypedStorage< 8, 24, ::std::optional<::ExpiringTick > > | mDiggingParticleCooldown |
::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.
|
virtual |
Implements Goal.
MCAPI::RandomSearchAndDigGoal::CanUseOutcome RandomSearchAndDigGoal::_canUse | ( | ) |
MCAPI void RandomSearchAndDigGoal::_digUpItems | ( | ) |
MCAPI void RandomSearchAndDigGoal::_emitDiggingParticles | ( | ) |
MCAPI ::std::optional<::BlockPos > RandomSearchAndDigGoal::_findWantedTargetPos | ( | ) | const |
MCAPI bool RandomSearchAndDigGoal::_isValidTarget | ( | ::BlockSource const & | region, |
::BlockPos | pos ) const |
MCAPI void RandomSearchAndDigGoal::_triggerEvent | ( | ::ActorDefinitionTrigger const & | eventTrigger | ) | const |
MCAPI bool RandomSearchAndDigGoal::$canUse | ( | ) |
MCAPI bool RandomSearchAndDigGoal::$canContinueToUse | ( | ) |
MCAPI void RandomSearchAndDigGoal::$start | ( | ) |
MCAPI void RandomSearchAndDigGoal::$stop | ( | ) |
MCAPI void RandomSearchAndDigGoal::$tick | ( | ) |
MCAPI void RandomSearchAndDigGoal::$appendDebugInfo | ( | ::std::string & | str | ) | const |
|
static |
|
inherited |
|
inherited |
|
inherited |
|
inherited |