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
7class Block;
8class BlockPos;
9class BlockSource;
10namespace mce { class Color; }
11// clang-format on
12
14public:
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
21public:
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
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition BlockPos.h:19
Definition BlockSource.h:71
Definition BlockTintResolver.h:13
static MCAPI void ** $vftable()
Definition Block.h:43
Definition Color.h:13