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
11
class
Actor
;
12
class
MobEffectInstance
;
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
struct
ScriptActorAddEffectAfterEventIntermediateData
{
18
public
:
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
26
public
:
27
// prevent constructor by default
28
ScriptActorAddEffectAfterEventIntermediateData
();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
ScriptActorAddEffectAfterEventIntermediateData
(
::Actor
const
& actor,
::MobEffectInstance
mobEffect);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(
::Actor
const
& actor,
::MobEffectInstance
mobEffect);
40
// NOLINTEND
41
};
42
43
}
// namespace ScriptModuleMinecraft
Actor
Definition
Actor.h:102
MobEffectInstance
Definition
MobEffectInstance.h:15
ScriptModuleMinecraft::ScriptActorAddEffectAfterEventIntermediateData
Definition
ScriptActorAddEffectAfterEventIntermediateData.h:17
src-server
mc
scripting
modules
minecraft
events
ScriptActorAddEffectAfterEventIntermediateData.h
Generated on Tue Nov 18 2025 07:41:46 for LeviLamina by
1.12.0