LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInteractWithBlockAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/ScriptFacing.h"
8#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractWithBlockEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12class Vec3;
13namespace ScriptModuleMinecraft { class ScriptBlock; }
14namespace ScriptModuleMinecraft { class ScriptItemStack; }
15namespace ScriptModuleMinecraft { class ScriptPlayer; }
16namespace Scripting { struct ClassBinding; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<
26 8,
27 40,
28 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
29 mBeforeItemStack;
30 ::ll::TypedStorage<
31 8,
32 40,
33 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
34 mAfterItemStack;
35 // NOLINTEND
36
37public:
38 // prevent constructor by default
41
42public:
43 // member functions
44 // NOLINTBEGIN
45 MCAPI
47
49
55 ::ScriptModuleMinecraft::ScriptFacing blockFace,
56 ::Vec3 faceLocation,
57 bool isFirstEvent
58 );
59
61 // NOLINTEND
62
63public:
64 // static functions
65 // NOLINTBEGIN
66 MCAPI static ::Scripting::ClassBinding bind();
67 // NOLINTEND
68
69public:
70 // constructor thunks
71 // NOLINTBEGIN
73
75
76 MCAPI void* $ctor(
81 ::ScriptModuleMinecraft::ScriptFacing blockFace,
82 ::Vec3 faceLocation,
83 bool isFirstEvent
84 );
85 // NOLINTEND
86
87public:
88 // destructor thunk
89 // NOLINTBEGIN
90 MCAPI void $dtor();
91 // NOLINTEND
92};
93
94} // namespace ScriptModuleMinecraft
Definition StrongTypedObjectHandle.h:8
Definition Vec3.h:10
Definition ScriptPlayerInteractWithBlockAfterEvent.h:21
Definition ScriptPlayerInteractWithBlockEvent.h:19