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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 4
33 virtual bool place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const /*override*/;
34
35 // vIndex: 0
36 virtual ~HugeMushroomFeature() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI bool _canSurvive(::Block const& belowBlock) const;
43
44 MCAPI bool placeFixed(::BlockSource& region, ::BlockPos const& pos, int mushroomType, int height) const;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCAPI bool $place(::BlockSource& region, ::BlockPos const& pos, ::Random& random) const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCAPI static void** $vftable();
63 // NOLINTEND
64};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:36
Definition Feature.h:18
Definition HugeMushroomFeature.h:16
Definition Random.h:16
Definition Alias.h:14