21class AdmireItemGoal :
public ::Goal {
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 const> mOnStartEvent;
30 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger const> 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 ;
56 virtual ~AdmireItemGoal() ;
64 ::SharedTypes::Legacy::LevelSoundEvent sound,
70 MCAPI
void _removeItemFromOffhandSlot()
const;
81 ::SharedTypes::Legacy::LevelSoundEvent sound,
99 MCFOLD
bool $canContinueToUse();
107 MCAPI
void $appendDebugInfo(::std::string& str)
const;