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;
39 virtual bool findTargetBlock() ;
42 virtual bool canUse() ;
45 virtual bool canContinueToUse() ;
48 virtual void start() ;
54 virtual void appendDebugInfo(::std::string& str)
const ;
60 virtual void _moveToBlock() ;
75 ::std::vector<::ItemDescriptor>
const& targetBlocks,
76 ::std::vector<::MaterialType>
const& targetMaterialsAboveBlock,
77 bool allowLayingFromBelow,
78 bool useDefaultAnimation,
82 ::std::string
const& layEggSound
97 ::std::vector<::ItemDescriptor>
const& targetBlocks,
98 ::std::vector<::MaterialType>
const& targetMaterialsAboveBlock,
99 bool allowLayingFromBelow,
100 bool useDefaultAnimation,
104 ::std::string
const& layEggSound
117 MCAPI
bool $findTargetBlock();
119 MCAPI
bool $canUse();
121 MCAPI
bool $canContinueToUse();
127 MCAPI
void $appendDebugInfo(::std::string& str)
const;
131 MCAPI
void $_moveToBlock();
137 MCAPI
static void** $vftable();