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 BlockPos;
11class Player;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 139
19 virtual bool use(::Player& player, ::BlockPos const& pos, uchar face) const /*override*/;
20
21 // vIndex: 30
22 virtual bool isCraftingBlock() const /*override*/;
23
24 // vIndex: 138
25 virtual bool isInteractiveBlock() const /*override*/;
26
27 // vIndex: 0
28 virtual ~CartographyTableBlock() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCFOLD bool $use(::Player& player, ::BlockPos const& pos, uchar face) const;
41
42 MCFOLD bool $isCraftingBlock() const;
43
44 MCFOLD bool $isInteractiveBlock() const;
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition CartographyTableBlock.h:14
Definition Player.h:119