LeviLamina
Loading...
Searching...
No Matches
ScriptActorAddEffectAfterEventIntermediateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/WeakEntityRef.h"
7#include "mc/scripting/modules/minecraft/actor/ScriptActorData.h"
8
9// auto generated forward declare list
10// clang-format off
11class Actor;
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mWeakActorRef;
22 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData> mActorData;
23 ::ll::TypedStorage<4, 4, int> mMobEffectId;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::Actor const& actor, ::MobEffectInstance mobEffect);
40 // NOLINTEND
41};
42
43} // namespace ScriptModuleMinecraft
Definition Actor.h:102
Definition MobEffectInstance.h:15
Definition ScriptActorAddEffectAfterEventIntermediateData.h:17