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

37 lines
888 B
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 NpcCommandAction {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_NPCCOMMANDACTION
public:
class NpcCommandAction& operator=(class NpcCommandAction const &) = delete;
NpcCommandAction(class NpcCommandAction const &) = delete;
NpcCommandAction() = delete;
#endif
public:
/*0*/ virtual ~NpcCommandAction();
/*1*/ virtual class Json::Value toJson();
/*2*/ virtual bool fromJson(class Json::Value const &);
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_NPCCOMMANDACTION
#endif
MCAPI static char const COMMAND_DELIMITER;
//private:
private:
MCAPI static std::string const COMMAND_LINE_KEY;
MCAPI static std::string const COMMAND_VERSION_KEY;
};