LeviLamina
Loading...
Searching...
No Matches
FeatureLoading.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/feature_loading/ConcreteFeatureHolder.h"
9
10// auto generated forward declare list
11// clang-format off
12class ScatterFeature;
13namespace FeatureLoading { struct FeatureRootParseContext; }
14namespace JsonUtil { class EmptyClass; }
15// clang-format on
16
17namespace FeatureLoading {
18// functions
19// NOLINTBEGIN
20MCAPI void _addScatterParamsLegacySchema(
24);
25// NOLINTEND
26
27} // namespace FeatureLoading
Definition JsonParseState.h:8
Definition JsonSchemaObjectNode.h:8
Definition ScatterFeature.h:19
Definition ConcreteFeatureHolder.h:8