LeviLamina
Loading...
Searching...
No Matches
RandomSpreadTreeCanopy.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 // RandomSpreadTreeCanopy inner types declare
20 // clang-format off
22 // clang-format on
23
24 // RandomSpreadTreeCanopy 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
59 // NOLINTEND
60
61public:
62 // prevent constructor by default
66
67public:
68 // virtual functions
69 // NOLINTBEGIN
70 // vIndex: 0
71 virtual ~RandomSpreadTreeCanopy() /*override*/ = default;
72
73 // vIndex: 1
74 virtual ::std::optional<::BlockPos> placeCanopy(
75 ::IBlockWorldGenAPI& target,
76 ::BlockPos const& pos,
77 ::Random& random,
78 ::RenderParams& renderParams,
79 ::TreeHelper::TreeParams const& treeParams,
80 ::std::vector<::BlockPos> const& attachmentPositions
81 ) const /*override*/;
82 // NOLINTEND
83
84public:
85 // destructor thunk
86 // NOLINTBEGIN
87
88 // NOLINTEND
89
90public:
91 // virtual function thunks
92 // NOLINTBEGIN
93 MCAPI ::std::optional<::BlockPos> $placeCanopy(
94 ::IBlockWorldGenAPI& target,
95 ::BlockPos const& pos,
96 ::Random& random,
97 ::RenderParams& renderParams,
98 ::TreeHelper::TreeParams const& treeParams,
99 ::std::vector<::BlockPos> const& attachmentPositions
100 ) const;
101 // NOLINTEND
102
103public:
104 // vftables
105 // NOLINTBEGIN
106 MCAPI static void** $vftable();
107 // NOLINTEND
108};
Definition BlockPos.h:18
Definition IBlockWorldGenAPI.h:25
Definition ITreeCanopy.h:14
Definition RandomSpreadTreeCanopy.h:17
Definition Random.h:16
Definition RenderParams.h:30
Definition RandomSpreadTreeCanopy.h:25
Definition TreeParams.h:14
Definition Alias.h:14