3#include "mc/_HeaderOutputPredefine.h"
26 MCNAPI ::CompoundTagUpdaterNodeBuilder&
31 MCNAPI ::CompoundTagUpdaterNodeBuilder&
match(::std::string
const& tagName, ::std::string pattern);
33 MCNAPI ::CompoundTagUpdaterNodeBuilder&
matchInteger(::std::string
const& tagName, int64 value);
35 MCNAPI ::CompoundTagUpdaterNodeBuilder&
matchLiteral(::std::string
const& tagName, ::std::string pattern);
37 MCNAPI ::CompoundTagUpdaterNodeBuilder&
popVisit();
39 MCNAPI ::CompoundTagUpdaterNodeBuilder&
remove(::std::string
const& tagName);
41 MCNAPI ::CompoundTagUpdaterNodeBuilder&
rename(::std::string
const& tagName, ::std::string
const& newTagName);
43 MCNAPI ::CompoundTagUpdaterNodeBuilder&
46 MCNAPI ::CompoundTagUpdaterNodeBuilder&
visit(::std::string
const& tagName);
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()