LeviLamina
Loading...
Searching...
No Matches
ChainBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockSupportType.h"
7
#include "mc/world/level/block/RotatedPillarBlock.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
AABB
;
12
class
Block
;
13
// clang-format on
14
15
class
ChainBlock
:
public
::RotatedPillarBlock
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual ::AABB
const
& getVisualShape(
::Block
const
& block,
::AABB
& bufferAABB)
const
/*override*/
;
20
21
virtual
bool
canProvideSupport(
::Block
const
& block, uchar face, ::BlockSupportType type)
const
/*override*/
;
22
23
virtual
~ChainBlock
()
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCFOLD
void
$dtor();
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCAPI ::AABB
const
& $getVisualShape(
::Block
const
& block,
::AABB
& bufferAABB)
const
;
36
37
MCAPI
bool
$canProvideSupport(
::Block
const
& block, uchar face, ::BlockSupportType type)
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
AABB
Definition
AABB.h:18
Block
Definition
Block.h:43
ChainBlock
Definition
ChainBlock.h:15
ChainBlock::$vftable
static MCAPI void ** $vftable()
RotatedPillarBlock
Definition
RotatedPillarBlock.h:18
src
mc
world
level
block
ChainBlock.h
Generated on
for LeviLamina by
1.16.1