LeviLamina
Loading...
Searching...
No Matches
ScriptItemStartUseOnAfterEvent.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
9// auto generated forward declare list
10// clang-format off
11class Player;
13namespace ScriptModuleMinecraft { class ScriptBlock; }
14namespace ScriptModuleMinecraft { class ScriptItemStack; }
15namespace ScriptModuleMinecraft { class ScriptPlayer; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
22struct ScriptItemStartUseOnAfterEvent {
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<
27 8,
28 40,
29 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack>>>
30 mScriptItem;
31 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mSource;
32 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mFace;
33 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>> mBlock;
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
38 ScriptItemStartUseOnAfterEvent();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ScriptItemStartUseOnAfterEvent(
45 ::ItemStartUseOnEvent const& itemEvent,
46 ::Player* player,
48 );
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static ::Scripting::ClassBinding bind();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(
62 ::ItemStartUseOnEvent const& itemEvent,
63 ::Player* player,
65 );
66 // NOLINTEND
67};
68
69} // namespace ScriptModuleMinecraft
Definition Player.h:137
Definition ScriptBlock.h:35
Definition ScriptItemStack.h:32
Definition ScriptPlayer.h:56
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:14
Definition ItemStartUseOnEvent.h:10
Definition ClassBinding.h:19