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
10
class
Block
;
11
class
BlockActor
;
12
class
BlockPos
;
13
class
BlockSource
;
14
class
ItemInstance
;
15
// clang-format on
16
17
class
WeightedPressurePlateBlock
:
public
::BasePressurePlateBlock
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, int const> mMaxWeight;
22
// NOLINTEND
23
24
public
:
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
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
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
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCAPI
static
void
** $vftable();
70
// NOLINTEND
71
};
BasePressurePlateBlock
Definition
BasePressurePlateBlock.h:24
BlockActor
Definition
BlockActor.h:32
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
ItemInstance
Definition
ItemInstance.h:16
WeightedPressurePlateBlock
Definition
WeightedPressurePlateBlock.h:17
src
mc
world
level
block
WeightedPressurePlateBlock.h
Generated on Sat Apr 26 2025 05:56:22 for LeviLamina by
1.12.0