LeviLamina
Loading...
Searching...
No Matches
ScriptPressurePlatePopAfterEvent.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
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { struct ScriptPressurePlatePopAfterEventIntermediateData; }
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // ScriptPressurePlatePopAfterEvent inner types define
20
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<4, 4, int> mPreviousRedstonePower;
25 ::ll::TypedStorage<4, 4, int> mRedstonePower;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static ::Scripting::ClassBinding bind();
32 // NOLINTEND
33};
34
35} // namespace ScriptModuleMinecraft
Definition ScriptBlockEvent.h:17
Definition ScriptPressurePlatePopAfterEventIntermediateData.h:15
Definition ScriptPressurePlatePopAfterEvent.h:16
Definition ClassBinding.h:19