LeviLamina
Loading...
Searching...
No Matches
ScriptActorHitAfterEvent.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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCNAPI static ::Scripting::ClassBinding bindV010();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
46
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace ScriptModuleMinecraft
Definition ScriptActorHitAfterEvent.h:12
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptActorHitAfterEvent const &)
MCAPI ScriptActorHitAfterEvent(::ScriptModuleMinecraft::ScriptActorHitAfterEvent &&)
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptActorHitAfterEvent &&)
MCAPI ScriptActorHitAfterEvent(::ScriptModuleMinecraft::ScriptActorHitAfterEvent const &)
Definition Alias.h:14