18struct ScriptActorDieAfterEventIntermediateData {
22 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mDeadActor;
23 ::ll::TypedStorage<8, 104, ::std::optional<::ScriptModuleMinecraft::ScriptActorData>> mDamagingActor;
24 ::ll::TypedStorage<8, 104, ::std::optional<::ScriptModuleMinecraft::ScriptActorData>> mProjectileActor;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ActorDamageCause> mCause;
30 ScriptActorDieAfterEventIntermediateData();
35 MCAPI ScriptActorDieAfterEventIntermediateData(
41 MCAPI ~ScriptActorDieAfterEventIntermediateData();