LeviLamina
Loading...
Searching...
No Matches
VanillaTreeFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonParseState.h"
7#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
8#include "mc/world/level/levelgen/feature/IFeature.h"
9#include "mc/world/level/levelgen/feature/ITreeFeature.h"
10#include "mc/world/level/levelgen/feature/feature_loading/ConcreteFeatureHolder.h"
11
12// auto generated forward declare list
13// clang-format off
14class BlockPos;
17namespace FeatureLoading { struct FeatureRootParseContext; }
18namespace JsonUtil { class EmptyClass; }
19// clang-format on
20
22 // size:ok
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~VanillaTreeFeature() /*override*/ = default;
28
29 // vIndex: 1
30 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void
40
41 MCAPI static void _buildVanillaCanopyVariants(
46 canopyAccessor
47 );
48
49 MCAPI static void _buildVanillaTrunkVariants(
54 trunkAccessor
55 );
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCAPI static void** $vftable();
74 // NOLINTEND
75};
Definition BlockPos.h:18
Definition ITreeCanopyWrapper.h:5
Definition ITreeFeature.h:13
Definition ITreeTrunkWrapper.h:5
Definition JsonParseState.h:8
Definition JsonSchemaObjectNode.h:8
Definition VanillaTreeFeature.h:21
Definition ConcreteFeatureHolder.h:8
Definition IFeature.h:21
Definition context.h:5