LeviLamina
Loading...
Searching...
No Matches
JigsawEditorData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 JigsawEditorData& operator=(JigsawEditorData const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI void load(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
35
36 MCNAPI ::JigsawEditorData& operator=(::JigsawEditorData&&);
37
38 MCNAPI void save(::CompoundTag& tag) const;
39
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::std::unordered_map<int, ::std::string> const& JOINT_TYPE_TO_NAME();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCNAPI void $dtor();
53 // NOLINTEND
54};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition JigsawEditorData.h:11
MCAPI ~JigsawEditorData()
MCAPI::JigsawEditorData & operator=(::JigsawEditorData &&)
MCAPI void save(::CompoundTag &tag) const
static MCAPI ::std::unordered_map< int, ::std::string > const & JOINT_TYPE_TO_NAME()
MCAPI void $dtor()
MCAPI void load(::CompoundTag const &tag, ::DataLoadHelper &dataLoadHelper)
Definition Alias.h:14