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
11class Block;
12class BlockPos;
13class BlockSource;
14namespace mce { class Color; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 36, ::std::optional<::LogBlockMapColors>> mMapColors;
22 // NOLINTEND
23
24public:
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
35public:
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
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition Block.h:43
Definition RotatedPillarBlock.h:18
Definition StrippedLogBlock.h:17
static MCAPI void ** $vftable()
Definition Color.h:13