LeviLamina
Loading...
Searching...
No Matches
WorldPackHistory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 WorldPackHistory& operator=(WorldPackHistory const&);
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI WorldPackHistory();
30
32
34
35 MCAPI bool initializeFromJson(::Json::Value const& value);
36
37 MCAPI void setUnlocalizedName(::std::string const& unlocalizedName);
38
39 MCAPI ::Json::Value toJsonValue() const;
40
41 MCAPI ~WorldPackHistory();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor();
48
49 MCAPI void* $ctor(::WorldPackHistory const&);
50
51 MCAPI void* $ctor(::WorldPackHistory&&);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59};
Definition Value.h:16
Definition WorldPackHistory.h:10
Definition Alias.h:14