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
18
resolve(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& block,
::mce::Color
const
& preColor)
const
;
19
// NOLINTEND
20
21
public
:
22
// virtual function thunks
23
// NOLINTBEGIN
24
#ifdef LL_PLAT_C
25
MCAPI ::mce::Color
26
$resolve(
::BlockSource
& region,
::BlockPos
const
& pos,
::Block
const
& block,
::mce::Color
const
& preColor)
const
;
27
#endif
28
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:71
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