24 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mTargetBlocks;
25 ::ll::TypedStorage<8, 24, ::std::vector<::MaterialType>> mTargetMaterialsAboveBlock;
26 ::ll::TypedStorage<1, 1, bool> mAllowLayingFromBelow;
27 ::ll::TypedStorage<1, 1, bool> mUseDefaultAnimation;
28 ::ll::TypedStorage<4, 4, float> mLaySeconds;
29 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mEggType;
30 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnLay;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mLayEggSound;
32 ::ll::TypedStorage<4, 4, int> mLayEggCounter;
42 virtual bool findTargetBlock() ;
44 virtual bool canUse() ;
46 virtual bool canContinueToUse() ;
48 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
56 virtual void _moveToBlock() ;
58 virtual ~LayEggGoal() ;
64 MCAPI
explicit LayEggGoal(
::Mob& mob);
66 MCAPI
bool _isTargetBlock(
::BlockType const& block)
const;
72 MCAPI
void* $ctor(
::Mob& mob);
84 MCAPI
bool $findTargetBlock();
88 MCAPI
bool $canContinueToUse();
94 MCAPI
void $appendDebugInfo(::std::string& str)
const;
98 MCAPI
void $_moveToBlock();