21class AdmireItemGoal :
public ::BaseGoal {
25 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
26 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
27 ::ll::TypedStorage<4, 8, ::FloatRange> mSoundIntervalRange;
28 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
29 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnStartEvent;
30 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnStopEvent;
31 ::ll::TypedStorage<8, 152, ::ItemStack> mItemStackPicked;
32 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mItemOwner;
37 AdmireItemGoal& operator=(AdmireItemGoal
const&);
38 AdmireItemGoal(AdmireItemGoal
const&);
44 virtual bool canUse() ;
46 virtual bool canContinueToUse() ;
48 virtual void start() ;
54 virtual void appendDebugInfo(::std::string& str)
const ;
60 MCAPI
explicit AdmireItemGoal(
::Mob& mob);
62 MCAPI
void _removeItemFromOffhandSlot()
const;
71 MCAPI
void* $ctor(
::Mob& mob);
79 MCFOLD
bool $canContinueToUse();
87 MCAPI
void $appendDebugInfo(::std::string& str)
const;