|
|
EatBlockGoal & | operator= (EatBlockGoal const &) |
| |
|
| EatBlockGoal (EatBlockGoal const &) |
| |
| 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) |
| |
|
|
::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<::BlockType const *, ::BlockType const * > > | mEatAndReplaceBlockPairs |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | mDebugName |
| |
|
::ll::TypedStorage< 4, 4, int > | mRequiredControlFlags |
| |
|
::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 |
◆ $vftable()
| static MCAPI void ** EatBlockGoal::$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.
The documentation for this class was generated from the following file: