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

Public Member Functions

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)
 
MCFOLD void $dtor ()
 
MCFOLD bool $canBeInterrupted ()
 
MCFOLD bool $isTargetGoal () const
 
MCFOLD 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.


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