LeviLamina
Loading...
Searching...
No Matches
ScriptBlockHitInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Scripting { class WeakLifetimeScope; }
9namespace Scripting { struct InterfaceBinding; }
10// clang-format on
11
12namespace ScriptModuleMinecraft {
13
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 ::ProjectileHitEvent const& projectileHitEvent,
36 );
37
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static ::Scripting::InterfaceBinding bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCNAPI void* $ctor(::ProjectileHitEvent const& projectileHitEvent, ::Scripting::WeakLifetimeScope const& scope);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleMinecraft
Definition WeakLifetimeScope.h:12
Definition ProjectileHitEvent.h:13
Definition ScriptBlockHitInformation.h:14
MCAPI ScriptBlockHitInformation(::ProjectileHitEvent const &projectileHitEvent, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::ProjectileHitEvent const &projectileHitEvent, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::InterfaceBinding bind()
Definition Alias.h:14