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/util/json_util/JsonParseState.h"
7#include "mc/util/json_util/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;
18namespace FeatureLoading { struct FeatureRootParseContext; }
19namespace JsonUtil { class EmptyClass; }
20// clang-format on
21
23 // size:ok
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~VanillaTreeFeature() /*override*/ = default;
28
29 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void _buildSchema(
39 );
40
41 MCAPI static void _buildVanillaCanopyVariants(
46 canopyAccessor
47 );
48
49 MCAPI static void _buildVanillaRootVariants(
54 rootAccessor
55 );
56
57 MCAPI static void _buildVanillaTrunkVariants(
62 trunkAccessor
63 );
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
70
71
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftable();
78 // NOLINTEND
79};
Definition BlockPos.h:21
Definition ITreeCanopyWrapper.h:10
Definition ITreeFeature.h:17
Definition ITreeRootWrapper.h:10
Definition ITreeTrunkWrapper.h:10
Definition EmptyClass.h:7
Definition JsonParseState.h:8
Definition JsonSchemaObjectNode.h:8
Definition VanillaTreeFeature.h:22
static MCAPI void ** $vftable()
Definition ConcreteFeatureHolder.h:8
Definition FeatureRootParseContext.h:15
Definition IFeature.h:27
Definition context.h:5