LeviLamina
Loading...
Searching...
No Matches
PistonActionEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/actor/PistonState.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::BlockSourceHandle>> mBlockSourceHandle;
19 ::ll::TypedStorage<4, 12, ::BlockPos const> mPistonBlockPos;
20 ::ll::TypedStorage<1, 1, ::PistonState> mActionType;
21 ::ll::TypedStorage<1, 1, bool> mShouldCheckAttachedBlocks;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ~PistonActionEvent();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition BlockPos.h:18
Definition BlockSourceHandle.h:13
Definition PistonActionEvent.h:14