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&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
32 MCNAPI bool initializeFromJson(::Json::Value const& value);
33
34 MCNAPI ::Json::Value toJsonValue() const;
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::WorldPackHistory const&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
Definition Value.h:16
Definition WorldPackHistory.h:10
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