LeviLamina
Loading...
Searching...
No Matches
ScriptActorHurtAfterEvent.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#include "mc/deps/shared_types/legacy/actor/ActorDamageCause.h"
8#include "mc/scripting/modules/minecraft/actor/ScriptActorDamageSource.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptActor; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mHurtActor;
23 ::ll::TypedStorage<8, 88, ::ScriptModuleMinecraft::ScriptActorDamageSource> mDamageSource;
24 ::ll::TypedStorage<4, 4, float> mDamage;
25 ::ll::
26 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
27 mDamagingActor;
28 ::ll::
29 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
30 mProjectile;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ActorDamageCause> mCause;
32 ::ll::TypedStorage<8, 32, ::std::string> mStringCause;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
39
40public:
41 // member functions
42 // NOLINTBEGIN
44
46
47 MCAPI ::ScriptModuleMinecraft::ScriptActorHurtAfterEvent&
49
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCAPI static ::Scripting::ClassBinding bind();
57
58 MCAPI static ::Scripting::ClassBinding bindV010();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
65
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74};
75
76} // namespace ScriptModuleMinecraft
Definition ScriptActorHurtAfterEvent.h:18