LeviLamina
Loading...
Searching...
No Matches
WorldPacksHistoryFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct PackIdVersion;
8namespace Json { class Value; }
9// clang-format on
10
12public:
13 // WorldPacksHistoryFile inner types define
14 enum class ParseResult : int {
15 InvalidArrayOfPacks = 0,
16 InvalidPack = 1,
17 Success = 2,
18 };
19
20public:
21 // member variables
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::WorldPacksHistoryFile::ParseResult initializeFromJson(::Json::Value const& value);
36
37 MCAPI void removePack(::PackIdVersion const& packId);
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition Value.h:16
Definition WorldPacksHistoryFile.h:11
Definition PackIdVersion.h:14
Definition Alias.h:14