mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
43 lines
1.4 KiB
C++
43 lines
1.4 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
#include "Recipe.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class ShapedRecipe : public Recipe {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SHAPEDRECIPE
|
|
public:
|
|
class ShapedRecipe& operator=(class ShapedRecipe const &) = delete;
|
|
ShapedRecipe(class ShapedRecipe const &) = delete;
|
|
ShapedRecipe() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~ShapedRecipe();
|
|
/*1*/ virtual std::vector<class ItemInstance> const & assemble(class CraftingContainer &) const;
|
|
/*2*/ virtual int getCraftingSize() const;
|
|
/*3*/ virtual class RecipeIngredient const & getIngredient(int, int) const;
|
|
/*4*/ virtual std::vector<class ItemInstance> const & getResultItem() const;
|
|
/*5*/ virtual bool isShapeless() const;
|
|
/*6*/ virtual bool matches(class CraftingContainer &, class Level &) const;
|
|
/*7*/ virtual int size() const;
|
|
/*8*/ virtual bool isExperimental() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SHAPEDRECIPE
|
|
#endif
|
|
MCAPI ShapedRecipe(std::string, int, int, std::vector<class RecipeIngredient> const &, std::vector<class ItemInstance> const &, class HashedString, int, class mce::UUID const *);
|
|
MCAPI ShapedRecipe(class ShapedRecipe &&);
|
|
|
|
//private:
|
|
MCAPI bool matches(class CraftingContainer &, int, int, bool) const;
|
|
|
|
private:
|
|
|
|
}; |