LeviLamina
Loading...
Searching...
No Matches
ConduitBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/ActorBlockBase.h"
7#include "mc/world/level/block/BlockLegacy.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12class BlockSource;
13// clang-format on
14
15class ConduitBlock : public ::ActorBlock {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ConduitBlock() /*override*/ = default;
21
22 // vIndex: 79
23 virtual bool mayPlace(::BlockSource& region, ::BlockPos const& pos, uchar face) const /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCNAPI bool $mayPlace(::BlockSource& region, ::BlockPos const& pos, uchar face) const;
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition ActorBlockBase.h:6
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition ConduitBlock.h:15
static MCAPI void ** $vftable()
MCAPI bool $mayPlace(::BlockSource &region, ::BlockPos const &pos, uchar face) const