|
virtual bool | canUse () |
|
virtual void | start () |
|
virtual void | stop () |
|
virtual bool | canContinueToUse () |
|
virtual void | tick () |
|
virtual void | appendDebugInfo (::std::string &str) const |
|
MCAPI float | getEatSuccessChance (::Actor &owner) const |
|
MCAPI void | $dtor () |
|
MCAPI bool | $canUse () |
|
MCAPI void | $start () |
|
MCFOLD 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 bool | $canBeInterrupted () |
|
MCFOLD bool | $isTargetGoal () const |
|
MCFOLD void | $onPlayerDimensionChanged (::Player *player, ::DimensionType fromDimension, ::DimensionType toDimension) |
|
|
static MCAPI void ** | $vftable () |
|
|
::ll::TypedStorage< 8, 8, ::Mob & > | mMob |
|
::ll::TypedStorage< 4, 4, int > | mTicksUntilEat |
|
::ll::TypedStorage< 4, 4, int > | mTotalTicksUntilEat |
|
::ll::TypedStorage< 8, 104, ::ActorDefinitionTrigger > | mOnEat |
|
::ll::TypedStorage< 8, 24, ::std::vector<::ExpressionNode > > | mSuccessChance |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::BlockLegacy const *, ::BlockLegacy const * > > | mEatAndReplaceBlockPairs |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
|
::ll::TypedStorage< 8, 32, ::std::string > | mName |
|
::ll::TypedStorage< 2, 2, ushort > | mTypeId |
|
◆ canUse()
virtual bool EatBlockGoal::canUse |
( |
| ) |
|
|
virtual |
◆ start()
virtual void EatBlockGoal::start |
( |
| ) |
|
|
virtual |
◆ stop()
virtual void EatBlockGoal::stop |
( |
| ) |
|
|
virtual |
◆ canContinueToUse()
virtual bool EatBlockGoal::canContinueToUse |
( |
| ) |
|
|
virtual |
◆ tick()
virtual void EatBlockGoal::tick |
( |
| ) |
|
|
virtual |
◆ appendDebugInfo()
virtual void EatBlockGoal::appendDebugInfo |
( |
::std::string & | str | ) |
const |
|
virtual |
The documentation for this class was generated from the following file: