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 resolve(::BlockSource&, ::BlockPos const&, ::Block const&, ::mce::Color const& preColor) const;
18 // NOLINTEND
19
20public:
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
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition BlockTintResolver.h:13
static MCAPI void ** $vftable()
Definition Block.h:43
Definition Color.h:13