LeviLamina
Loading...
Searching...
No Matches
GrowingPlantFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/IFeature.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
14public:
15 // GrowingPlantFeature inner types declare
16 // clang-format off
19 // clang-format on
20
21 // GrowingPlantFeature inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
35 };
36
38 public:
39 // member variables
40 // NOLINTBEGIN
43 // NOLINTEND
44
45 public:
46 // prevent constructor by default
50
51 public:
52 // member functions
53 // NOLINTBEGIN
55 // NOLINTEND
56
57 public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCFOLD void $dtor();
61 // NOLINTEND
62 };
63
64public:
65 // member variables
66 // NOLINTBEGIN
73 // NOLINTEND
74
75public:
76 // prevent constructor by default
80
81public:
82 // virtual functions
83 // NOLINTBEGIN
84 // vIndex: 0
85 virtual ~GrowingPlantFeature() /*override*/;
86
87 // vIndex: 1
88 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
89 // NOLINTEND
90
91public:
92 // destructor thunk
93 // NOLINTBEGIN
94 MCAPI void $dtor();
95 // NOLINTEND
96
97public:
98 // virtual function thunks
99 // NOLINTBEGIN
100 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
101 // NOLINTEND
102
103public:
104 // vftables
105 // NOLINTBEGIN
106 MCAPI static void** $vftable();
107 // NOLINTEND
108};
Definition BlockPos.h:18
Definition GrowingPlantFeature.h:13
Definition IFeature.h:13
Definition GrowingPlantFeature.h:37
Definition GrowingPlantFeature.h:22
Definition IFeature.h:21
Definition context.h:5
Definition Alias.h:14