LeviLamina
Loading...
Searching...
No Matches
StructureEditorData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/StructureBlockType.h"
7#include "mc/world/level/levelgen/structure/StructureRedstoneSaveMode.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
12class CompoundTag;
13class DataLoadHelper;
15namespace Bedrock::Safety { class RedactableString; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mStructureName;
23 ::ll::TypedStorage<8, 32, ::std::string> mDataField;
24 ::ll::TypedStorage<1, 1, bool> mIncludePlayers;
25 ::ll::TypedStorage<1, 1, bool> mShowBoundingBox;
26 ::ll::TypedStorage<1, 1, ::StructureRedstoneSaveMode> mRedstoneSaveMode;
27 ::ll::TypedStorage<4, 4, ::StructureBlockType> mType;
28 ::ll::TypedStorage<8, 104, ::StructureSettings> mSettings;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI StructureEditorData();
39
41
43
44 MCAPI void load(::CompoundTag const& base, ::DataLoadHelper& dataLoadHelper);
45
46 MCAPI ::StructureEditorData& operator=(::StructureEditorData&&);
47
48 MCAPI void save(::CompoundTag& tag) const;
49
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::std::string const& DEFAULT_EXPORT_NAME();
57
58 MCAPI static ::std::string const& DEFAULT_STRUCTURE_NAMESPACE();
59
60 MCAPI static ::BlockPos const& MAX_STRUCTURE_OFFSET();
61
62 MCAPI static ::BlockPos const& MIN_STRUCTURE_OFFSET();
63
64 MCAPI static ::BlockPos const& MIN_STRUCTURE_SIZE();
65
66 MCAPI static char const& NAMESPACE_DELIMITER();
67
68 MCAPI static ::std::string const& NAME_PREFIX();
69 // NOLINTEND
70
71public:
72 // constructor thunks
73 // NOLINTBEGIN
74 MCAPI void* $ctor();
75
76 MCAPI void* $ctor(::StructureEditorData&&);
77
78 MCAPI void* $ctor(::StructureEditorData const&);
79 // NOLINTEND
80
81public:
82 // destructor thunk
83 // NOLINTBEGIN
84 MCAPI void $dtor();
85 // NOLINTEND
86};
Definition BlockPos.h:18
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition StructureEditorData.h:18
Definition StructureSettings.h:18