LeviLamina
Loading...
Searching...
No Matches
WorldTemplateInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
12struct WorldTemplateInfo {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 WorldTemplateInfo& operator=(WorldTemplateInfo const&);
22 WorldTemplateInfo();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI WorldTemplateInfo(::WorldTemplateInfo const&);
28
29 MCNAPI_C ::std::string const& getAuthors() const;
30
31 MCNAPI_C ::std::string const& getDescription() const;
32
33 MCNAPI_C ::std::string const& getGameType() const;
34
35 MCNAPI_C ::std::string getIdAsString() const;
36
37 MCNAPI_C ::std::string const& getVersion() const;
38
39 MCNAPI_C ::std::string const& getWorldIconAllowListPath() const;
40
41 MCNAPI_C ::std::string const& getWorldName() const;
42
43 MCNAPI_C bool isPremium() const;
44
45 MCNAPI_C bool isWorldIconOverridden() const;
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static ::WorldTemplateData
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void* $ctor(::WorldTemplateInfo const&);
59 // NOLINTEND
60};
Definition PackAccessStrategy.h:21
Definition WorldTemplatePackManifest.h:8
Definition WorldTemplateData.h:5
static MCAPI ::WorldTemplateData buildTemplateData(::WorldTemplatePackManifest const &manifest, ::PackAccessStrategy const *accessStrategy)
MCAPI WorldTemplateInfo(::WorldTemplateInfo const &)
MCAPI void * $ctor(::WorldTemplateInfo const &)
Definition Alias.h:14