LeviLamina
Loading...
Searching...
No Matches
WorldTemplateManagerInitData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36 ::PackSourceFactory& packSourceFactory,
37 ::Core::PathBuffer<::std::string> const& worldTemplatesPath
38 );
39
40 MCNAPI ::WorldTemplateManagerInitData& operator=(::WorldTemplateManagerInitData&&);
41
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
Definition PathBuffer.h:8
Definition PackSourceFactory.h:33
Definition WorldTemplateManagerInitData.h:14
MCAPI void initialize(::WorldTemplateManagerInitDeps &deps)
MCAPI::WorldTemplateManagerInitData & operator=(::WorldTemplateManagerInitData &&)
MCAPI void initializePackSources(::PackSourceFactory &packSourceFactory, ::Core::PathBuffer<::std::string > const &worldTemplatesPath)
Definition WorldTemplateManagerInitDeps.h:15
Definition Alias.h:14