12class CerealUpgraderBase {
22 CerealUpgraderBase& operator=(CerealUpgraderBase
const&);
23 CerealUpgraderBase(CerealUpgraderBase
const&);
32 ::std::function<
void(::entt::meta_any&, ::entt::meta_any&)> cb,
33 ::std::vector<::std::string>
const& source,
34 ::std::vector<::std::string> destination
37 MCNAPI
void ignore(::std::vector<::std::string>
const& source);
39 MCNAPI
void move(::std::vector<::std::string>
const& source, ::std::vector<::std::string> destination);