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

35 lines
1.2 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "ContainerManagerModel.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class ElementConstructorContainerManagerModel : public ContainerManagerModel {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ELEMENTCONSTRUCTORCONTAINERMANAGERMODEL
public:
class ElementConstructorContainerManagerModel& operator=(class ElementConstructorContainerManagerModel const &) = delete;
ElementConstructorContainerManagerModel(class ElementConstructorContainerManagerModel const &) = delete;
ElementConstructorContainerManagerModel() = delete;
#endif
public:
/*0*/ virtual ~ElementConstructorContainerManagerModel();
/*6*/ virtual std::vector<class ItemStack> getItemCopies() const;
/*7*/ virtual void setSlot(int, class ItemStack const &, bool);
/*8*/ virtual class ItemStack const & getSlot(int) const;
/*9*/ virtual void setData(int, int);
/*10*/ virtual void broadcastChanges();
/*11*/ virtual bool isValid(float);
/*12*/ virtual class ContainerScreenContext _postInit();
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_ELEMENTCONSTRUCTORCONTAINERMANAGERMODEL
#endif
};