|
enum class | CanUseResult : int {
CanDig = 0
, IsDigging = 1
, NamedAndNotAllowedToDigWhenNamed = 2
, NotOnGoundOrInWaterOrInLava = 3
,
CanSeeDaylightAndShouldDigInDaylight = 4
, DisturbedByVibration = 5
, DisturbedBySuspicion = 6
, IdlingBeforeStartingGoalAgain = 7
} |
|
|
::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
|
::ll::TypedStorage< 8, 8, ::Tick > | mGoalInitializationTick |
|
::ll::TypedStorage< 4, 4, uint > | mIdleTimeTicks |
|
::ll::TypedStorage< 2, 2, ushort > | mDurationTicks |
|
::ll::TypedStorage< 8, 8, ::Tick > | mEndTick |
|
::ll::TypedStorage< 1, 1, bool > | mAllowDigWhenNamed |
|
::ll::TypedStorage< 1, 1, bool > | mVibrationIsDisturbance |
|
::ll::TypedStorage< 1, 1, bool > | mSuspicionIsDisturbance |
|
::ll::TypedStorage< 1, 1, bool > | mDigsInDaylight |
|
::ll::TypedStorage< 8, 104, ::ActorDefinitionTrigger > | mOnStartEvent |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
|
::ll::TypedStorage< 8, 32, ::std::string > | mName |
|
::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
◆ canUse()
virtual bool DigGoal::canUse |
( |
| ) |
|
|
virtual |
◆ canContinueToUse()
virtual bool DigGoal::canContinueToUse |
( |
| ) |
|
|
virtual |
◆ start()
virtual void DigGoal::start |
( |
| ) |
|
|
virtual |
◆ stop()
virtual void DigGoal::stop |
( |
| ) |
|
|
virtual |
◆ tick()
virtual void DigGoal::tick |
( |
| ) |
|
|
virtual |
◆ appendDebugInfo()
virtual void DigGoal::appendDebugInfo |
( |
::std::string & | str | ) |
const |
|
virtual |
◆ _canUse()
MCAPI::DigGoal::CanUseResult DigGoal::_canUse |
( |
| ) |
const |
- 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.
◆ $canUse()
MCAPI bool DigGoal::$canUse |
( |
| ) |
|
- 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.
◆ $canContinueToUse()
MCAPI bool DigGoal::$canContinueToUse |
( |
| ) |
|
- 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.
◆ $start()
MCAPI void DigGoal::$start |
( |
| ) |
|
- 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.
◆ $stop()
MCAPI void DigGoal::$stop |
( |
| ) |
|
- 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.
◆ $tick()
MCAPI void DigGoal::$tick |
( |
| ) |
|
- 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.
◆ $appendDebugInfo()
MCAPI void DigGoal::$appendDebugInfo |
( |
::std::string & | str | ) |
const |
- 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.
◆ $vftable()
static MCAPI void ** DigGoal::$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.
◆ $dtor()
MCAPI void Goal::$dtor |
( |
| ) |
|
|
inherited |
- 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.
◆ $canBeInterrupted()
MCAPI bool Goal::$canBeInterrupted |
( |
| ) |
|
|
inherited |
- 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.
◆ $isTargetGoal()
MCAPI bool Goal::$isTargetGoal |
( |
| ) |
const |
|
inherited |
- 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.
◆ $onPlayerDimensionChanged()
- 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.
The documentation for this class was generated from the following file: