LeviLamina
Loading...
Searching...
No Matches
CraftingTableBlock.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: 130
22 virtual void _addHardCodedBlockComponents(::Experiments const& experiments) /*override*/;
23
24 // vIndex: 0
25 virtual ~CraftingTableBlock() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI void use(::BlockEvents::BlockPlayerInteractEvent& eventData) const;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCFOLD bool $isCraftingBlock() const;
38
39 MCAPI void $_addHardCodedBlockComponents(::Experiments const& experiments);
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BlockPlayerInteractEvent.h:17
Definition BlockLegacy.h:88
Definition CraftingTableBlock.h:14
static MCAPI void ** $vftable()
Definition Experiments.h:14