LeviLamina
Loading...
Searching...
No Matches
HugeMushroomFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/Feature.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockPos;
12class BlockSource;
13class Random;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mForcedType;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 4
27 virtual bool place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const /*override*/;
28
29 // vIndex: 0
30 virtual ~HugeMushroomFeature() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI bool _canSurvive(::Block const& belowBlock) const;
37
38 MCAPI bool placeFixed(::BlockSource& region, ::BlockPos const& pos, int mushroomType, int height) const;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI bool $place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition Block.h:37
Definition Feature.h:18
Definition HugeMushroomFeature.h:16
static MCAPI void ** $vftable()
Definition Random.h:10