LeviLamina
Loading...
Searching...
No Matches
ScriptActorHitAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/ClassBindingBuilderReadOnly.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static ::Scripting::ClassBindingBuilderReadOnly<::ScriptModuleMinecraft::ScriptActorHitAfterEvent> bindV010();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace ScriptModuleMinecraft
Definition ScriptActorHitAfterEvent.h:10
Definition Alias.h:14