LeviLamina
Loading...
Searching...
No Matches
BlockTintResolver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
BlockPos
;
9
class
BlockSource
;
10
namespace
mce {
class
Color
; }
11
// clang-format on
12
13
class
BlockTintResolver
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual ::mce::Color resolve(
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&,
::mce::Color
const
& preColor)
const
;
18
// NOLINTEND
19
20
public
:
21
// virtual function thunks
22
// NOLINTBEGIN
23
#ifdef LL_PLAT_C
24
MCAPI ::mce::Color $resolve(
::BlockSource
&,
::BlockPos
const
&,
::Block
const
&,
::mce::Color
const
& preColor)
const
;
25
#endif
26
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCNAPI
static
void
**
$vftable
();
34
// NOLINTEND
35
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
BlockTintResolver
Definition
BlockTintResolver.h:13
BlockTintResolver::$vftable
static MCAPI void ** $vftable()
Block
Definition
Block.h:43
mce::Color
Definition
Color.h:13
src
mc
world
level
block
BlockTintResolver.h
Generated on
for LeviLamina by
1.16.1