LeviLamina
Loading...
Searching...
No Matches
StrippedLogBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/LogBlockMapColors.h"
7
#include "mc/world/level/block/RotatedPillarBlock.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
class
BlockPos
;
13
class
BlockSource
;
14
namespace
mce {
class
Color
; }
15
// clang-format on
16
17
class
StrippedLogBlock
:
public
::RotatedPillarBlock
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 36, ::std::optional<::LogBlockMapColors>> mMapColors;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
int
getVariant(
::Block
const
& block)
const
/*override*/
;
28
29
virtual ::mce::Color getMapColor(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& block)
const
30
/*override*/
;
31
32
virtual
~StrippedLogBlock
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCFOLD
int
$getVariant(
::Block
const
& block)
const
;
39
40
MCAPI ::mce::Color $getMapColor(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& block)
const
;
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Block
Definition
Block.h:43
RotatedPillarBlock
Definition
RotatedPillarBlock.h:18
StrippedLogBlock
Definition
StrippedLogBlock.h:17
StrippedLogBlock::$vftable
static MCAPI void ** $vftable()
mce::Color
Definition
Color.h:13
src
mc
world
level
block
StrippedLogBlock.h
Generated on
for LeviLamina by
1.16.1