LeviLamina
Loading...
Searching...
No Matches
CompoundTagUpdaterNodeBuilder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ::CompoundTagUpdaterNodeBuilder&
27 edit(::std::string const& tagName, ::std::function<void(::CompoundTagEditHelper&)>&& update);
28
29 MCNAPI void fork(uint64 size, ::std::function<void(::CompoundTagUpdaterNodeBuilder&, uint64)>&& function);
30
31 MCNAPI ::CompoundTagUpdaterNodeBuilder& match(::std::string const& tagName, ::std::string pattern);
32
33 MCNAPI ::CompoundTagUpdaterNodeBuilder& matchInteger(::std::string const& tagName, int64 value);
34
35 MCNAPI ::CompoundTagUpdaterNodeBuilder& matchLiteral(::std::string const& tagName, ::std::string pattern);
36
37 MCNAPI ::CompoundTagUpdaterNodeBuilder& popVisit();
38
39 MCNAPI ::CompoundTagUpdaterNodeBuilder& remove(::std::string const& tagName);
40
41 MCNAPI ::CompoundTagUpdaterNodeBuilder& rename(::std::string const& tagName, ::std::string const& newTagName);
42
43 MCNAPI ::CompoundTagUpdaterNodeBuilder&
44 tryEdit(::std::string const& tagName, ::std::function<void(::CompoundTagEditHelper&)>&& update);
45
46 MCNAPI ::CompoundTagUpdaterNodeBuilder& visit(::std::string const& tagName);
47 // NOLINTEND
48};
Definition CompoundTagEditHelper.h:10
Definition CompoundTagUpdaterNodeBuilder.h:10
MCAPI::CompoundTagUpdaterNodeBuilder & tryEdit(::std::string const &tagName, ::std::function< void(::CompoundTagEditHelper &)> &&update)
MCAPI::CompoundTagUpdaterNodeBuilder & rename(::std::string const &tagName, ::std::string const &newTagName)
MCAPI::CompoundTagUpdaterNodeBuilder & remove(::std::string const &tagName)
MCAPI::CompoundTagUpdaterNodeBuilder & edit(::std::string const &tagName, ::std::function< void(::CompoundTagEditHelper &)> &&update)
MCAPI::CompoundTagUpdaterNodeBuilder & matchLiteral(::std::string const &tagName, ::std::string pattern)
MCAPI::CompoundTagUpdaterNodeBuilder & matchInteger(::std::string const &tagName, int64 value)
MCAPI::CompoundTagUpdaterNodeBuilder & match(::std::string const &tagName, ::std::string pattern)
MCAPI::CompoundTagUpdaterNodeBuilder & visit(::std::string const &tagName)
MCAPI void fork(uint64 size, ::std::function< void(::CompoundTagUpdaterNodeBuilder &, uint64)> &&function)
MCAPI::CompoundTagUpdaterNodeBuilder & popVisit()
Definition Alias.h:14