LeviLamina
Loading...
Searching...
No Matches
LeverActionEvent.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>> mBlockSourceHandle;
17 ::ll::TypedStorage<4, 12, ::BlockPos const> mLeverBlockPos;
18 ::ll::TypedStorage<1, 1, bool> mIsPowered;
19 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mPlayerRef;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ~LeverActionEvent();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
Definition BlockPos.h:18
Definition BlockSourceHandle.h:13
Definition WeakEntityRef.h:14
Definition LeverActionEvent.h:12