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/safety/RedactableString.h"
7#include "mc/world/level/block/StructureBlockType.h"
8#include "mc/world/level/levelgen/structure/StructureRedstoneSaveMode.h"
9#include "mc/world/level/levelgen/structure/StructureSettings.h"
10
11// auto generated forward declare list
12// clang-format off
13class BlockPos;
14class CompoundTag;
15class DataLoadHelper;
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
39
41
43
44 MCNAPI void load(::CompoundTag const& base, ::DataLoadHelper& dataLoadHelper);
45
46 MCNAPI ::StructureEditorData& operator=(::StructureEditorData&&);
47
48 MCNAPI void save(::CompoundTag& tag) const;
49
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCNAPI static ::std::string const& DEFAULT_EXPORT_NAME();
57
58 MCNAPI static ::std::string const& DEFAULT_STRUCTURE_NAMESPACE();
59
60 MCNAPI static ::StructureBlockType const& DEFAULT_STRUCTURE_TYPE();
61
62 MCNAPI static ::BlockPos const& MAX_STRUCTURE_OFFSET();
63
64 MCNAPI static ::BlockPos const& MIN_STRUCTURE_OFFSET();
65
66 MCNAPI static ::BlockPos const& MIN_STRUCTURE_SIZE();
67
68 MCNAPI static char const& NAMESPACE_DELIMITER();
69
70 MCNAPI static ::std::string const& NAME_PREFIX();
71 // NOLINTEND
72
73public:
74 // constructor thunks
75 // NOLINTBEGIN
76 MCNAPI void* $ctor();
77
79
80 MCNAPI void* $ctor(::StructureEditorData const&);
81 // NOLINTEND
82
83public:
84 // destructor thunk
85 // NOLINTBEGIN
86 MCNAPI void $dtor();
87 // NOLINTEND
88};
Definition BlockPos.h:18
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition StructureEditorData.h:18
static MCAPI ::std::string const & NAME_PREFIX()
static MCAPI ::BlockPos const & MIN_STRUCTURE_SIZE()
static MCAPI char const & NAMESPACE_DELIMITER()
static MCAPI ::std::string const & DEFAULT_STRUCTURE_NAMESPACE()
MCAPI void * $ctor()
MCAPI StructureEditorData(::StructureEditorData &&)
static MCAPI ::BlockPos const & MIN_STRUCTURE_OFFSET()
MCAPI::StructureEditorData & operator=(::StructureEditorData &&)
static MCAPI ::BlockPos const & MAX_STRUCTURE_OFFSET()
MCAPI void * $ctor(::StructureEditorData &&)
static MCAPI ::StructureBlockType const & DEFAULT_STRUCTURE_TYPE()
MCAPI void $dtor()
MCAPI StructureEditorData(::StructureEditorData const &)
static MCAPI ::std::string const & DEFAULT_EXPORT_NAME()
MCAPI ~StructureEditorData()
MCAPI void * $ctor(::StructureEditorData const &)
MCAPI StructureEditorData()
MCAPI void save(::CompoundTag &tag) const
MCAPI void load(::CompoundTag const &base, ::DataLoadHelper &dataLoadHelper)