LeviLamina
Loading...
Searching...
No Matches
ScriptActorHealthChangedAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptActor; }
11namespace ScriptModuleMinecraft { struct ScriptActorHealthChangedAfterEventIntermediateData; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
18struct ScriptActorHealthChangedAfterEvent {
19public:
20 // ScriptActorHealthChangedAfterEvent inner types define
22
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mActor;
27 ::ll::TypedStorage<4, 4, float> mOldValue;
28 ::ll::TypedStorage<4, 4, float> mNewValue;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ScriptActorHealthChangedAfterEvent();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ScriptActorHealthChangedAfterEvent(
39 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptActorHealthChangedAfterEventIntermediateData> const& eventData,
41 );
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::ClassBinding bind();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(
54 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptActorHealthChangedAfterEventIntermediateData> const& eventData,
56 );
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:69
Definition WeakLifetimeScope.h:14
Definition ScriptActorHealthChangedAfterEventIntermediateData.h:10
Definition ClassBinding.h:19