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/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/scripting/modules/minecraft/ScriptFacing.h"
9#include "mc/scripting/modules/minecraft/events/ScriptPlayerInteractWithBlockEvent.h"
10
11// auto generated forward declare list
12// clang-format off
13class Vec3;
14namespace ScriptModuleMinecraft { class ScriptBlock; }
15namespace ScriptModuleMinecraft { class ScriptItemStack; }
16namespace ScriptModuleMinecraft { class ScriptPlayer; }
17// clang-format on
18
19namespace ScriptModuleMinecraft {
20
22public:
23 // member variables
24 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI
39
41
47 ::ScriptModuleMinecraft::ScriptFacing blockFace,
48 ::Vec3 faceLocation,
49 bool isFirstEvent
50 );
51
53 // NOLINTEND
54
55public:
56 // static functions
57 // NOLINTBEGIN
58 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerInteractWithBlockAfterEvent>
59 bind();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
66
68
69 MCAPI void* $ctor(
74 ::ScriptModuleMinecraft::ScriptFacing blockFace,
75 ::Vec3 faceLocation,
76 bool isFirstEvent
77 );
78 // NOLINTEND
79
80public:
81 // destructor thunk
82 // NOLINTBEGIN
83 MCAPI void $dtor();
84 // NOLINTEND
85};
86
87} // namespace ScriptModuleMinecraft
Definition StrongTypedObjectHandle.h:8
Definition Vec3.h:10
Definition ScriptPlayerInteractWithBlockAfterEvent.h:21
Definition ScriptPlayerInteractWithBlockEvent.h:19
Definition Alias.h:14