LeviLamina
Loading...
Searching...
No Matches
PlanksBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/BlockLegacy.h"
7#include "mc/world/level/block/WoodType.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12class Experiments;
13// clang-format on
14
15class PlanksBlock : public ::BlockLegacy {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, ::WoodType> mWoodType;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 111
26 virtual ::std::string buildDescriptionId(::Block const&) const /*override*/;
27
28 // vIndex: 130
29 virtual void _addHardCodedBlockComponents(::Experiments const& experiments) /*override*/;
30
31 // vIndex: 0
32 virtual ~PlanksBlock() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static ::std::array<::std::string, 10> const& WOOD_NAMES();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI ::std::string $buildDescriptionId(::Block const&) const;
45
46 MCFOLD void $_addHardCodedBlockComponents(::Experiments const& experiments);
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition BlockLegacy.h:88
Definition Block.h:38
Definition Experiments.h:14
Definition PlanksBlock.h:15
static MCAPI void ** $vftable()