LeviLamina
Loading...
Searching...
No Matches
ScriptPressurePlatePushAfterEventIntermediateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/actor/ScriptActorData.h"
7#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11class Dimension;
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
16struct ScriptPressurePlatePushAfterEventIntermediateData {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Dimension&> mDimension;
21 ::ll::TypedStorage<4, 12, ::BlockPos const> mPos;
22 ::ll::TypedStorage<8, 104, ::std::optional<::ScriptModuleMinecraft::ScriptActorData>> mSource;
23 ::ll::TypedStorage<4, 4, int> mPreviousRedstonePower;
24 ::ll::TypedStorage<4, 4, int> mRedstonePower;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 ScriptPressurePlatePushAfterEventIntermediateData&
30 operator=(ScriptPressurePlatePushAfterEventIntermediateData const&);
31 ScriptPressurePlatePushAfterEventIntermediateData(ScriptPressurePlatePushAfterEventIntermediateData const&);
32 ScriptPressurePlatePushAfterEventIntermediateData();
33};
34
35} // namespace ScriptModuleMinecraft
Definition Dimension.h:89