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
22#ifdef LL_PLAT_S
23public:
24 // prevent constructor by default
25 WorldPackHistory& operator=(WorldPackHistory const&);
27
28#else // LL_PLAT_C
29public:
30 // prevent constructor by default
31 WorldPackHistory& operator=(WorldPackHistory const&);
32
33#endif
34public:
35 // member functions
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCNAPI WorldPackHistory();
39
41#endif
42
44
45 MCNAPI bool initializeFromJson(::Json::Value const& value);
46
47#ifdef LL_PLAT_C
48 MCNAPI void setUnlocalizedName(::std::string const& unlocalizedName);
49#endif
50
51 MCNAPI ::Json::Value toJsonValue() const;
52
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59#ifdef LL_PLAT_C
60 MCNAPI void* $ctor();
61
62 MCNAPI void* $ctor(::WorldPackHistory&&);
63#endif
64
65 MCNAPI void* $ctor(::WorldPackHistory const&);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73};
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