LeviLamina
Loading...
Searching...
No Matches
WaterlilyBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/optional_ref.h"
7#include "mc/world/level/block/FoliageBlock.h"
8
9// auto generated forward declare list
10// clang-format off
11class AABB;
12class Block;
13class BlockPos;
14class BlockSource;
17// clang-format on
18
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 80
24 virtual bool mayPlaceOn(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
25
26 // vIndex: 138
27 virtual bool canSurvive(::BlockSource& region, ::BlockPos const& pos) const /*override*/;
28
29 // vIndex: 5
30 virtual ::AABB getCollisionShape(
31 ::Block const& block,
32 ::IConstBlockSource const& region,
33 ::BlockPos const& pos,
35 ) const /*override*/;
36
37 // vIndex: 30
38 virtual bool isLavaBlocking() const /*override*/;
39
40 // vIndex: 0
41 virtual ~WaterlilyBlock() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI bool $mayPlaceOn(::BlockSource& region, ::BlockPos const& pos) const;
48
49 MCAPI bool $canSurvive(::BlockSource& region, ::BlockPos const& pos) const;
50
51 MCFOLD ::AABB $getCollisionShape(
52 ::Block const& block,
53 ::IConstBlockSource const& region,
54 ::BlockPos const& pos,
56 ) const;
57
58 MCFOLD bool $isLavaBlocking() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition AABB.h:18
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition FoliageBlock.h:23
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition WaterlilyBlock.h:19
static MCAPI void ** $vftable()
Definition optional_ref.h:10