LeviLamina
Loading...
Searching...
No Matches
ScriptActorHurtAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct ClassBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36
37 MCNAPI ::ScriptModuleMinecraft::ScriptActorHurtAfterEvent&
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static ::Scripting::ClassBinding bind();
47
48 MCNAPI static ::Scripting::ClassBinding bindV010();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition ScriptActorHurtAfterEvent.h:12
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptActorHurtAfterEvent(::ScriptModuleMinecraft::ScriptActorHurtAfterEvent &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptActorHurtAfterEvent &&)
MCAPI ScriptActorHurtAfterEvent(::ScriptModuleMinecraft::ScriptActorHurtAfterEvent const &)
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI::ScriptModuleMinecraft::ScriptActorHurtAfterEvent & operator=(::ScriptModuleMinecraft::ScriptActorHurtAfterEvent &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptActorHurtAfterEvent const &)
Definition Alias.h:14