LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentPlayerBreakAfterEvent.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/events/ScriptBlockEvent.h"
8#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
13namespace ScriptModuleMinecraft { class ScriptPlayer; }
14namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentPlayerBreakAfterEventIntermediateStorage; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
23public:
24 // ScriptBlockCustomComponentPlayerBreakAfterEvent inner types define
27
28public:
29 // member variables
30 // NOLINTBEGIN
31 ::ll::TypedStorage<
32 8,
33 40,
34 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>>
35 mPlayer;
36 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
37 mPermutation;
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
44
45public:
46 // member functions
47 // NOLINTBEGIN
50 );
51
54 );
55
57 // NOLINTEND
58
59public:
60 // static functions
61 // NOLINTBEGIN
62 MCAPI static ::Scripting::ClassBinding bind();
63
64 MCAPI static ::Scripting::ClassBinding bindV1();
65 // NOLINTEND
66
67public:
68 // constructor thunks
69 // NOLINTBEGIN
71
73 // NOLINTEND
74
75public:
76 // destructor thunk
77 // NOLINTBEGIN
78 MCFOLD void $dtor();
79 // NOLINTEND
80};
81
82} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentPlayerBreakAfterEventIntermediateStorage.h:12
Definition ScriptBlockCustomComponentPlayerBreakAfterEvent.h:22
Definition ScriptBlockEvent.h:17