LeviLamina
Loading...
Searching...
No Matches
PressurePlateBlock.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
BlockPos
;
11
class
BlockSource
;
12
// clang-format on
13
14
class
PressurePlateBlock
:
public
::BasePressurePlateBlock
{
15
public
:
16
// PressurePlateBlock inner types define
17
enum class
Sensitivity :
int
{
18
Everything = 0,
19
Mobs = 1,
20
Players = 2,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::TypedStorage<4, 4, ::PressurePlateBlock::Sensitivity> mSensitivity;
27
// NOLINTEND
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 148
33
virtual
int
getSignalStrength(
::BlockSource
& region,
::BlockPos
const
& pos)
const
/*override*/
;
34
35
// vIndex: 149
36
virtual
int
getSignalForData(
int
data)
const
/*override*/
;
37
38
// vIndex: 150
39
virtual
int
getRedstoneSignal(
int
signal)
const
/*override*/
;
40
41
// vIndex: 0
42
virtual
~PressurePlateBlock
()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI
int
$getSignalStrength(
::BlockSource
& region,
::BlockPos
const
& pos)
const
;
49
50
MCAPI
int
$getSignalForData(
int
data)
const
;
51
52
MCAPI
int
$getRedstoneSignal(
int
signal)
const
;
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
BasePressurePlateBlock
Definition
BasePressurePlateBlock.h:24
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
PressurePlateBlock
Definition
PressurePlateBlock.h:14
PressurePlateBlock::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
PressurePlateBlock.h
Generated on Fri Jun 13 2025 05:05:16 for LeviLamina by
1.12.0