LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentRedstoneUpdateEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentRedstoneUpdateEventIntermediateStorage; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
19public:
20 // ScriptBlockCustomComponentRedstoneUpdateEvent inner types define
21 using IntermediateStorage =
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<2, 2, short> mSignalLevel;
28 ::ll::TypedStorage<2, 2, short> mPreviousSignalLevel;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static ::Scripting::ClassBinding bind();
35 // NOLINTEND
36};
37
38} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentRedstoneUpdateEventIntermediateStorage.h:11
Definition ScriptBlockCustomComponentRedstoneUpdateEvent.h:18
Definition ScriptBlockEvent.h:17
Definition ClassBinding.h:19