LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/PackError.hpp
2022-09-21 19:47:03 +08:00

33 lines
1.1 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "Json.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class PackError {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PACKERROR
public:
class PackError& operator=(class PackError const &) = delete;
PackError() = delete;
#endif
public:
/*0*/ virtual ~PackError();
/*1*/ virtual std::string getLocErrorMessage() const;
/*2*/ virtual class std::unordered_map<int, std::string, struct std::hash<int>, struct std::equal_to<int>, class std::allocator<struct std::pair<int const, std::string>>> const & getLocErrorMessageMap() const = 0;
/*3*/ virtual class std::unordered_map<int, std::string, struct std::hash<int>, struct std::equal_to<int>, class std::allocator<struct std::pair<int const, std::string>>> const & getEventErrorMessageMap() const = 0;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_PACKERROR
#endif
MCAPI PackError(class PackError const &);
MCAPI std::string getEventErrorMessage() const;
MCAPI void serialize(class Json::Value &);
};