mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
32 lines
1.1 KiB
C++
32 lines
1.1 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "ShapelessRecipe.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class ShapelessChemistryRecipe : public ShapelessRecipe {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SHAPELESSCHEMISTRYRECIPE
|
|
public:
|
|
class ShapelessChemistryRecipe& operator=(class ShapelessChemistryRecipe const &) = delete;
|
|
ShapelessChemistryRecipe(class ShapelessChemistryRecipe const &) = delete;
|
|
ShapelessChemistryRecipe() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~ShapelessChemistryRecipe();
|
|
/*6*/ virtual bool matches(class CraftingContainer &, class Level &) const;
|
|
/*9*/ virtual class mce::UUID const & getId() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SHAPELESSCHEMISTRYRECIPE
|
|
#endif
|
|
MCAPI ShapelessChemistryRecipe(std::string, std::vector<class RecipeIngredient> const &, std::vector<class ItemInstance> const &, class HashedString, int, class mce::UUID const *);
|
|
MCAPI static class mce::UUID const ID;
|
|
|
|
}; |