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

Public Member Functions

BreakDoorGoaloperator= (BreakDoorGoal const &)
 
 BreakDoorGoal (BreakDoorGoal const &)
 
virtual bool canUse ()
 
virtual void start ()
 
virtual void stop ()
 
virtual bool canContinueToUse ()
 
virtual void tick ()
 
virtual void appendDebugInfo (::std::string &str) const
 
MCAPI bool $canUse ()
 
MCAPI void $start ()
 
MCAPI void $stop ()
 
MCAPI bool $canContinueToUse ()
 
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 ()
 
static MCAPI ::DoorBlock const * _findBlockingDoorAtPos (::BlockPos const &bpos, ::Mob const &mob, ::Path *path, ::Direction::Type &dirIn, ::Direction::Type &dirOut)
 

Public Attributes

::ll::TypedStorage< 4, 4, int > mBreakTime
 
::ll::TypedStorage< 4, 4, int const > mBreakDoorTime
 
::ll::TypedStorage< 4, 4, int > mLastBreakProgress
 
::ll::TypedStorage< 8, 8, ::Mob & > mMob
 
::ll::TypedStorage< 4, 12, ::BlockPosmDoorPos
 
::ll::TypedStorage< 8, 8, ::DoorBlock const * > mDoorBlock
 
::ll::TypedStorage< 1, 1, bool > mInitialToggledState
 
::ll::TypedStorage< 1, 1, bool > mMobOversized
 
::ll::TypedStorage< 1, 1, bool > mExited
 
::ll::TypedStorage< 4, 4, float > mDoorOpenDirX
 
::ll::TypedStorage< 4, 4, float > mDoorOpenDirZ
 
::ll::TypedStorage< 1, 1, ::Direction::Type > mEnterDirection
 
::ll::TypedStorage< 1, 1, ::Direction::Type > mExitDirection
 
::ll::TypedStorage< 4, 4, int > mRequiredControlFlags
 
::ll::TypedStorage< 8, 32, ::std::string > mName
 
::ll::TypedStorage< 2, 2, ushort > mTypeId
 

Member Function Documentation

◆ canUse()

virtual bool BreakDoorGoal::canUse ( )
virtual

Reimplemented from DoorInteractGoal.

◆ start()

virtual void BreakDoorGoal::start ( )
virtual

Reimplemented from DoorInteractGoal.

◆ stop()

virtual void BreakDoorGoal::stop ( )
virtual

Reimplemented from Goal.

◆ canContinueToUse()

virtual bool BreakDoorGoal::canContinueToUse ( )
virtual

Reimplemented from DoorInteractGoal.

◆ tick()

virtual void BreakDoorGoal::tick ( )
virtual

Reimplemented from DoorInteractGoal.

◆ appendDebugInfo()

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

Reimplemented from DoorInteractGoal.

◆ $canUse()

MCAPI bool BreakDoorGoal::$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.

◆ $start()

MCAPI void BreakDoorGoal::$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 BreakDoorGoal::$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.

◆ $canContinueToUse()

MCAPI bool BreakDoorGoal::$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.

◆ $tick()

MCAPI void BreakDoorGoal::$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 BreakDoorGoal::$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 ** BreakDoorGoal::$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.

◆ _findBlockingDoorAtPos()

static MCAPI ::DoorBlock const * DoorInteractGoal::_findBlockingDoorAtPos ( ::BlockPos const & bpos,
::Mob const & mob,
::Path * path,
::Direction::Type & dirIn,
::Direction::Type & dirOut )
staticinherited
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()

MCAPI void Goal::$onPlayerDimensionChanged ( ::Player * player,
::DimensionType fromDimension,
::DimensionType toDimension )
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.

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