LeviLamina
Loading...
Searching...
No Matches
WeightedPressurePlateBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/BasePressurePlateBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockActor;
12class BlockPos;
13class BlockSource;
14class ItemInstance;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, int const> mMaxWeight;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 150
28 virtual int getTickDelay() const /*override*/;
29
30 // vIndex: 90
31 virtual ::ItemInstance asItemInstance(::Block const&, ::BlockActor const*) const /*override*/;
32
33 // vIndex: 151
34 virtual int getSignalStrength(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
35
36 // vIndex: 152
37 virtual int getSignalForData(int data) const /*override*/;
38
39 // vIndex: 153
40 virtual int getRedstoneSignal(int signal) const /*override*/;
41
42 // vIndex: 0
43 virtual ~WeightedPressurePlateBlock() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCFOLD int $getTickDelay() const;
56
57 MCAPI ::ItemInstance $asItemInstance(::Block const&, ::BlockActor const*) const;
58
59 MCAPI int $getSignalStrength(::BlockSource& region, ::BlockPos const& pos) const;
60
61 MCFOLD int $getSignalForData(int data) const;
62
63 MCFOLD int $getRedstoneSignal(int signal) const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition BasePressurePlateBlock.h:24
Definition BlockActor.h:32
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:36
Definition ItemInstance.h:16
Definition WeightedPressurePlateBlock.h:17