LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentBlockStateChangeAfterEvent.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#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentToExecute.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentInterface; }
14namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
22struct ScriptBlockCustomComponentBlockStateChangeAfterEvent
25public:
26 // ScriptBlockCustomComponentBlockStateChangeAfterEvent inner types define
27 using IntermediateStorage =
29
30public:
31 // member variables
32 // NOLINTBEGIN
33 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
34 mPermutation;
35 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
36 mPreviousPermutation;
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
41 ScriptBlockCustomComponentBlockStateChangeAfterEvent();
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ScriptBlockCustomComponentBlockStateChangeAfterEvent(
49 );
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::Scripting::ClassBinding bind();
56
59 void>>
60 tryGetComponentsToExecute(
62 eventData
63 );
64 // NOLINTEND
65
66public:
67 // constructor thunks
68 // NOLINTBEGIN
69 MCAPI void* $ctor(
72 );
73 // NOLINTEND
74};
75
76} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptBlockPermutation.h:24
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:14
Definition ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage.h:16
Definition ScriptBlockEvent.h:20
Definition ClassBinding.h:19