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

29 lines
825 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class ItemStackRequestAction {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ITEMSTACKREQUESTACTION
public:
class ItemStackRequestAction& operator=(class ItemStackRequestAction const &) = delete;
ItemStackRequestAction(class ItemStackRequestAction const &) = delete;
ItemStackRequestAction() = delete;
#endif
public:
/*0*/ virtual ~ItemStackRequestAction();
/*1*/ virtual class ItemStackRequestActionCraftBase const * getCraftAction() const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_ITEMSTACKREQUESTACTION
#endif
MCAPI static std::unique_ptr<class ItemStackRequestAction> read(class ReadOnlyBinaryStream &);
};