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 // vIndex: 117
28 virtual int getVariant(::Block const& block) const /*override*/;
29
30 // vIndex: 144
31 virtual ::mce::Color getMapColor(::BlockSource& region, ::BlockPos const& pos, ::Block const& block) const
32 /*override*/;
33
34 // vIndex: 0
35 virtual ~StrippedLogBlock() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCFOLD int $getVariant(::Block const& block) const;
42
43 MCAPI ::mce::Color $getMapColor(::BlockSource& region, ::BlockPos const& pos, ::Block const& block) const;
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition RotatedPillarBlock.h:18
Definition StrippedLogBlock.h:17
static MCAPI void ** $vftable()