LeviLamina
Loading...
Searching...
No Matches
CompoundTagEditHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Tag;
8// clang-format on
9
10class CompoundTagEditHelper {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 CompoundTagEditHelper& operator=(CompoundTagEditHelper const&);
22 CompoundTagEditHelper(CompoundTagEditHelper const&);
23 CompoundTagEditHelper();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI void replaceWith(::std::string const& newTagName, ::std::unique_ptr<::Tag> newTag);
29 // NOLINTEND
30};
MCAPI void replaceWith(::std::string const &newTagName, ::std::unique_ptr<::Tag > newTag)
Definition Tag.h:42
Definition Alias.h:14