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 MCAPI void load(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
35
36 MCAPI ::JigsawEditorData& operator=(::JigsawEditorData&&);
37
38 MCAPI void save(::CompoundTag& tag) const;
39
40 MCAPI ~JigsawEditorData();
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::std::unordered_map<int, ::std::string> const& JOINT_TYPE_TO_NAME();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCFOLD void $dtor();
53 // NOLINTEND
54};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition JigsawEditorData.h:11
Definition Alias.h:14