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