LeviLamina
Loading...
Searching...
No Matches
FeatureTypeFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10namespace Json { class Value; }
11namespace Puv { class VersionRange; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 FeatureTypeFactory& operator=(FeatureTypeFactory const&);
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~FeatureTypeFactory();
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI uint64 addSupportedSchema(::std::optional<::Puv::VersionRange> versionRange);
43
44 MCAPI bool processFeature(
45 ::IWorldRegistriesProvider& lookupProvider,
46 bool isBasePack,
47 ::ResourcePackManager const& rpm,
48 ::std::string const& expectedFeatureName,
49 ::Json::Value const& featureData,
50 ::MinEngineVersion const& minEngineVersion
51 );
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65};
Definition FeatureTypeFactory.h:14
Definition IWorldRegistriesProvider.h:26
Definition Value.h:16
Definition MinEngineVersion.h:10
Definition ResourcePackManager.h:24
Definition Alias.h:14