19class LayEggGoal :
public ::BaseMoveToBlockGoal {
23 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mTargetBlocks;
24 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_26_20::MaterialType>> mTargetMaterialsAboveBlock;
25 ::ll::TypedStorage<1, 1, bool> mAllowLayingFromBelow;
26 ::ll::TypedStorage<1, 1, bool> mUseDefaultAnimation;
27 ::ll::TypedStorage<4, 4, float> mLaySeconds;
28 ::ll::TypedStorage<8, 16, ::ItemDescriptor> mEggType;
29 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnLay;
30 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mLayEggSound;
31 ::ll::TypedStorage<4, 4, int> mLayEggCounter;
41 virtual bool findTargetBlock() ;
43 virtual bool canUse() ;
45 virtual bool canContinueToUse() ;
47 virtual void start() ;
51 virtual void appendDebugInfo(::std::string& str)
const ;
55 virtual void _moveToBlock() ;
61 MCAPI
explicit LayEggGoal(
::Mob& mob);
69 MCAPI
void* $ctor(
::Mob& mob);
75 MCAPI
bool $findTargetBlock();
79 MCAPI
bool $canContinueToUse();
85 MCAPI
void $appendDebugInfo(::std::string& str)
const;
89 MCAPI
void $_moveToBlock();