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
30
32
34
35 MCNAPI bool initializeFromJson(::Json::Value const& value);
36
37 MCNAPI void setUnlocalizedName(::std::string const& unlocalizedName);
38
39 MCNAPI ::Json::Value toJsonValue() const;
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCNAPI void* $ctor();
48
49 MCNAPI void* $ctor(::WorldPackHistory const&);
50
51 MCNAPI void* $ctor(::WorldPackHistory&&);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCNAPI void $dtor();
58 // NOLINTEND
59};
Definition Value.h:16
Definition WorldPackHistory.h:10
MCAPI WorldPackHistory(::WorldPackHistory const &)
MCAPI void * $ctor(::WorldPackHistory const &)
MCAPI void * $ctor(::WorldPackHistory &&)
MCAPI::Json::Value toJsonValue() const
MCAPI WorldPackHistory()
MCAPI ~WorldPackHistory()
MCAPI void * $ctor()
MCAPI void $dtor()
MCAPI void setUnlocalizedName(::std::string const &unlocalizedName)
MCAPI WorldPackHistory(::WorldPackHistory &&)
MCAPI bool initializeFromJson(::Json::Value const &value)
Definition Alias.h:14