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/RotatedPillarBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockPos;
12class 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: 118
28 virtual int getVariant(::Block const& block) const /*override*/;
29
30 // vIndex: 147
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 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCFOLD int $getVariant(::Block const& block) const;
48
49 MCAPI ::mce::Color $getMapColor(::BlockSource& region, ::BlockPos const& pos, ::Block const& block) const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCAPI static void** $vftable();
56 // NOLINTEND
57};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:36
Definition RotatedPillarBlock.h:18
Definition StrippedLogBlock.h:17
Definition LogBlockMapColors.h:5