LeviLamina
Loading...
Searching...
No Matches
MangroveTreeCanopy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/helpers/ITreeCanopy.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
12class Random;
13class RenderParams;
14namespace TreeHelper { struct TreeParams; }
15// clang-format on
16
18public:
19 // MangroveTreeCanopy inner types declare
20 // clang-format off
22 // clang-format on
23
24 // MangroveTreeCanopy inner types define
26 public:
27 // member variables
28 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
38
39 public:
40 // member functions
41 // NOLINTBEGIN
43 // NOLINTEND
44
45 public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
70 // NOLINTEND
71
72public:
73 // prevent constructor by default
74 MangroveTreeCanopy& operator=(MangroveTreeCanopy const&);
77
78public:
79 // virtual functions
80 // NOLINTBEGIN
81 // vIndex: 0
82 virtual ~MangroveTreeCanopy() /*override*/ = default;
83
84 // vIndex: 1
85 virtual ::std::optional<::BlockPos> placeCanopy(
86 ::IBlockWorldGenAPI& target,
87 ::BlockPos const&,
88 ::Random& random,
90 ::TreeHelper::TreeParams const& treeParams,
91 ::std::vector<::BlockPos> const& attachmentPositions
92 ) const /*override*/;
93 // NOLINTEND
94
95public:
96 // destructor thunk
97 // NOLINTBEGIN
98
99 // NOLINTEND
100
101public:
102 // virtual function thunks
103 // NOLINTBEGIN
104 MCAPI ::std::optional<::BlockPos> $placeCanopy(
105 ::IBlockWorldGenAPI& target,
106 ::BlockPos const&,
107 ::Random& random,
109 ::TreeHelper::TreeParams const& treeParams,
110 ::std::vector<::BlockPos> const& attachmentPositions
111 ) const;
112 // NOLINTEND
113
114public:
115 // vftables
116 // NOLINTBEGIN
117 MCAPI static void** $vftable();
118 // NOLINTEND
119};
Definition BlockPos.h:18
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition MangroveTreeCanopy.h:17
Definition Random.h:16
Definition RenderParams.h:30
Definition MangroveTreeCanopy.h:25
Definition TreeParams.h:14
Definition Alias.h:14