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

32 lines
1.0 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "ShapedRecipe.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class ShapedChemistryRecipe : public ShapedRecipe {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SHAPEDCHEMISTRYRECIPE
public:
class ShapedChemistryRecipe& operator=(class ShapedChemistryRecipe const &) = delete;
ShapedChemistryRecipe(class ShapedChemistryRecipe const &) = delete;
ShapedChemistryRecipe() = delete;
#endif
public:
/*0*/ virtual ~ShapedChemistryRecipe();
/*6*/ virtual bool matches(class CraftingContainer &, class Level &) const;
/*9*/ virtual class mce::UUID const & getId() const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SHAPEDCHEMISTRYRECIPE
#endif
MCAPI ShapedChemistryRecipe(std::string, int, int, std::vector<class RecipeIngredient> const &, std::vector<class ItemInstance> const &, class HashedString, int, class mce::UUID const *);
MCAPI static class mce::UUID const ID;
};