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