19struct ScriptActorAddEffectBeforeEvent {
23 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mActor;
24 ::ll::TypedStorage<8, 32, ::std::string> mEffectType;
25 ::ll::TypedStorage<4, 4, int> mDuration;
26 ::ll::TypedStorage<1, 1, bool> mCancel;
31 ScriptActorAddEffectBeforeEvent();
36 MCAPI ScriptActorAddEffectBeforeEvent(
48 MCAPI static ::Scripting::ClassBinding bind();