LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/ModalFormResponsePacket.hpp
2023-02-09 01:50:49 -08:00

34 lines
988 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "Packet.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class ModalFormResponsePacket : public Packet {
#define AFTER_EXTRA
public:
unsigned int mFormId;
std::string mJSONResponse;;
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_MODALFORMRESPONSEPACKET
public:
class ModalFormResponsePacket& operator=(class ModalFormResponsePacket const &) = delete;
ModalFormResponsePacket(class ModalFormResponsePacket const &) = delete;
ModalFormResponsePacket() = delete;
#endif
public:
/*0*/ virtual ~ModalFormResponsePacket();
/*1*/ virtual enum MinecraftPacketIds getId() const;
/*2*/ virtual std::string getName() const;
/*3*/ virtual void write(class BinaryStream &) const;
/*4*/ virtual enum StreamReadResult read(class ReadOnlyBinaryStream &);
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_MODALFORMRESPONSEPACKET
#endif
};