LeviLamina
Loading...
Searching...
No Matches
FeatureRootParseContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class IFeature;
10namespace FeatureLoading { struct AbstractFeatureHolder; }
11// clang-format on
12
13namespace FeatureLoading {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::std::reference_wrapper<::std::string>> mFeatureName;
20 ::ll::TypedStorage<8, 8, ::std::reference_wrapper<::IWorldRegistriesProvider>> mRegistryProvider;
21 ::ll::TypedStorage<8, 8, ::std::reference_wrapper<::ResourcePackManager const>> mPackManager;
22 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::FeatureLoading::AbstractFeatureHolder>> mFeatureHolder;
23 ::ll::TypedStorage<8, 8, ::IFeature*> mFeature;
24 // NOLINTEND
25};
26
27} // namespace FeatureLoading
Definition IFeature.h:19
Definition IWorldRegistriesProvider.h:25
Definition ResourcePackManager.h:35
Definition AbstractFeatureHolder.h:7
Definition FeatureRootParseContext.h:15