LeviLamina
Loading...
Searching...
No Matches
PressurePlatePopEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::BlockSourceHandle> const> mBlockSourceHandle;
16 ::ll::TypedStorage<4, 12, ::BlockPos const> mPressurePlateBlockPos;
17 ::ll::TypedStorage<4, 4, int const> mPreviousRedstonePower;
18 ::ll::TypedStorage<4, 4, int const> mRedstonePower;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCFOLD void $dtor();
31 // NOLINTEND
32};
Definition BlockPos.h:18
Definition BlockSourceHandle.h:13
Definition PressurePlatePopEvent.h:11