LeviLamina
Loading...
Searching...
No Matches
ScriptBlockHitInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/scripting/modules/minecraft/ScriptFacing.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace ScriptModuleMinecraft { class ScriptBlock; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct InterfaceBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mFace;
25 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>> mBlock;
26 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocationAbsolute;
27 ::ll::TypedStorage<4, 12, ::Vec3> mFaceLocationRelative;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 ::ProjectileHitEvent const& projectileHitEvent,
40 );
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static ::Scripting::InterfaceBinding bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::ProjectileHitEvent const& projectileHitEvent, ::Scripting::WeakLifetimeScope const& scope);
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCFOLD void $dtor();
61 // NOLINTEND
62};
63
64} // namespace ScriptModuleMinecraft
Definition WeakLifetimeScope.h:7
Definition ProjectileHitEvent.h:13
Definition ScriptBlockHitInformation.h:20