LeviLamina
Loading...
Searching...
No Matches
ScriptProjectileHitBlockAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockHitInformation.h"
7#include "mc/scripting/modules/minecraft/events/ScriptProjectileHitInfoAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 64, ::ScriptModuleMinecraft::ScriptBlockHitInformation> mBlockHitInfo;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ::ScriptModuleMinecraft::ScriptBlockHitInformation getBlockHit() const;
34
35 MCAPI ::ScriptModuleMinecraft::ScriptProjectileHitBlockAfterEvent&
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static ::Scripting::ClassBinding bind();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
49 // NOLINTEND
50};
51
52} // namespace ScriptModuleMinecraft
Definition ScriptProjectileHitBlockAfterEvent.h:16
Definition ScriptProjectileHitInfoAfterEvent.h:19