mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
32 lines
1.0 KiB
C++
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;
|
|
|
|
}; |