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
10class WorldPackHistory {
11public:
12 // member variables
13 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 WorldPackHistory& operator=(WorldPackHistory const&);
25 WorldPackHistory();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI WorldPackHistory(::WorldPackHistory const&);
31
32 MCNAPI bool initializeFromJson(::Json::Value const& value);
33
34 MCNAPI_C void setUnlocalizedName(::std::string const& unlocalizedName);
35
36 MCNAPI ::Json::Value toJsonValue() const;
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI_C void* $ctor();
45
46 MCNAPI_C void* $ctor(::WorldPackHistory&&);
47
48 MCNAPI void* $ctor(::WorldPackHistory const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
Definition Value.h:16
MCAPI WorldPackHistory(::WorldPackHistory const &)
MCAPI void * $ctor(::WorldPackHistory const &)
MCAPI::Json::Value toJsonValue() const
MCAPI ~WorldPackHistory()
MCAPI void $dtor()
MCAPI bool initializeFromJson(::Json::Value const &value)
Definition Alias.h:14