LeviLamina
Loading...
Searching...
No Matches
LogBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/WeakPtr.h"
7#include "mc/world/level/block/RotatedPillarBlock.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12class BlockLegacy;
13class BlockPos;
14class BlockSource;
15class Player;
17namespace mce { class Color; }
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 8, ::WeakPtr<::BlockLegacy const>> mStrippedBlockLegacy;
25 ::ll::TypedStorage<4, 36, ::std::optional<::LogBlockMapColors>> mMapColors;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 132
32 virtual void onRemove(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
33
34 // vIndex: 139
35 virtual bool use(::Player& player, ::BlockPos const& pos, uchar) const /*override*/;
36
37 // vIndex: 147
38 virtual ::mce::Color getMapColor(::BlockSource& region, ::BlockPos const& pos, ::Block const& block) const
39 /*override*/;
40
41 // vIndex: 0
42 virtual ~LogBlock() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $onRemove(::BlockSource& region, ::BlockPos const& pos) const;
55
56 MCAPI bool $use(::Player& player, ::BlockPos const& pos, uchar) const;
57
58 MCAPI ::mce::Color $getMapColor(::BlockSource& region, ::BlockPos const& pos, ::Block const& block) const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:36
Definition LogBlock.h:20
Definition Player.h:119
Definition RotatedPillarBlock.h:18
Definition LogBlockMapColors.h:5