LeviLamina
Loading...
Searching...
No Matches
JigsawEditorData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/world/level/levelgen/structure/JigsawJointType.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11class DataLoadHelper;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mName;
19 ::ll::TypedStorage<8, 32, ::std::string> mTarget;
20 ::ll::TypedStorage<8, 32, ::std::string> mTargetPool;
21 ::ll::TypedStorage<8, 32, ::std::string> mFinalBlock;
22 ::ll::TypedStorage<1, 1, ::SharedTypes::JigsawJointType> mJointType;
23 ::ll::TypedStorage<4, 4, int> mPlacementPriority;
24 ::ll::TypedStorage<4, 4, int> mSelectionPriority;
25 ::ll::TypedStorage<1, 1, bool> mJointTypeVisible;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 JigsawEditorData& operator=(JigsawEditorData const&);
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI void load(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
38
39 MCAPI ::JigsawEditorData& operator=(::JigsawEditorData&&);
40
41 MCAPI void save(::CompoundTag& tag) const;
42
43 MCAPI ~JigsawEditorData();
44 // NOLINTEND
45
46public:
47 // static variables
48 // NOLINTBEGIN
49 MCAPI static ::std::unordered_map<int, ::std::string> const& JOINT_TYPE_TO_NAME();
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCFOLD void $dtor();
56 // NOLINTEND
57};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition JigsawEditorData.h:14