LeviLamina
Loading...
Searching...
No Matches
CartographyTableBlock.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
8// auto generated forward declare list
9// clang-format off
10class Experiments;
11namespace BlockEvents { class BlockPlayerInteractEvent; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 29
19 virtual bool isCraftingBlock() const /*override*/;
20
21 // vIndex: 136
22 virtual bool isInteractiveBlock() const /*override*/;
23
24 // vIndex: 130
25 virtual void _addHardCodedBlockComponents(::Experiments const&) /*override*/;
26
27 // vIndex: 0
28 virtual ~CartographyTableBlock() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCFOLD void use(::BlockEvents::BlockPlayerInteractEvent& eventData) const;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCFOLD bool $isCraftingBlock() const;
41
42 MCFOLD bool $isInteractiveBlock() const;
43
44 MCAPI void $_addHardCodedBlockComponents(::Experiments const&);
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BlockPlayerInteractEvent.h:17
Definition BlockLegacy.h:88
Definition CartographyTableBlock.h:14
static MCAPI void ** $vftable()
Definition Experiments.h:14