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