LeviLamina
Loading...
Searching...
No Matches
BarrierBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockLegacy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
// clang-format on
12
13
class
BarrierBlock
:
public
::BlockLegacy
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~BarrierBlock
()
/*override*/
=
default
;
19
20
// vIndex: 25
21
virtual
bool
canConnect(
::Block
const
& otherBlock, uchar toOther,
::Block
const
& thisBlock)
const
/*override*/
;
22
23
// vIndex: 116
24
virtual
float
getShadeBrightness(
::Block
const
& block)
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
bool
$canConnect(
::Block
const
& otherBlock, uchar toOther,
::Block
const
& thisBlock)
const
;
37
38
MCFOLD
float
$getShadeBrightness(
::Block
const
& block)
const
;
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCAPI
static
void
** $vftable();
45
// NOLINTEND
46
};
BarrierBlock
Definition
BarrierBlock.h:13
BlockLegacy
Definition
BlockLegacy.h:88
Block
Definition
Block.h:36
src
mc
world
level
block
BarrierBlock.h
Generated on Sat Apr 26 2025 05:56:18 for LeviLamina by
1.12.0