16class ShapelessRecipe :
public ::Recipe {
21 ShapelessRecipe& operator=(ShapelessRecipe
const&);
22 ShapelessRecipe(ShapelessRecipe
const&);
29 virtual ::std::vector<::ItemInstance>
const&
32 virtual int getCraftingSize()
const ;
34 virtual ::RecipeIngredient
const& getIngredient(
int x,
int y)
const ;
36 virtual bool isShapeless()
const ;
41 virtual int size()
const ;
43 virtual ~ShapelessRecipe() ;
50 MCAPI ShapelessRecipe(::ShapelessRecipe&& recipe);
58 MCAPI
void* $ctor(::ShapelessRecipe&& recipe);
71 MCFOLD ::std::vector<::ItemInstance>
const&
74 MCAPI
int $getCraftingSize()
const;
76 MCFOLD ::RecipeIngredient
const& $getIngredient(
int x,
int y)
const;
78 MCFOLD
bool $isShapeless()
const;
82 MCAPI
int $size()
const;
90 MCAPI
static void** $vftable();
Definition CraftingContext.h:20