24 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>
const> mTargetBlocks;
25 ::ll::TypedStorage<8, 24, ::std::vector<::MaterialType>
const> mTargetMaterialsAboveBlock;
26 ::ll::TypedStorage<1, 1, bool const> mAllowLayingFromBelow;
27 ::ll::TypedStorage<1, 1, bool const> mUseDefaultAnimation;
28 ::ll::TypedStorage<4, 4, float const> mLaySeconds;
29 ::ll::TypedStorage<8, 16, ::ItemDescriptor const> mEggType;
30 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger const> mOnLay;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent const> 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() ;
70 ::std::vector<::ItemDescriptor>
const& targetBlocks,
71 ::std::vector<::MaterialType>
const& targetMaterialsAboveBlock,
72 bool allowLayingFromBelow,
73 bool useDefaultAnimation,
77 ::std::string
const& layEggSound
80 MCAPI
bool _isTargetBlock(
::BlockType const& block)
const;
92 ::std::vector<::ItemDescriptor>
const& targetBlocks,
93 ::std::vector<::MaterialType>
const& targetMaterialsAboveBlock,
94 bool allowLayingFromBelow,
95 bool useDefaultAnimation,
99 ::std::string
const& layEggSound
112 MCAPI
bool $findTargetBlock();
114 MCAPI
bool $canUse();
116 MCAPI
bool $canContinueToUse();
122 MCAPI
void $appendDebugInfo(::std::string& str)
const;
126 MCAPI
void $_moveToBlock();