16class ShapelessRecipe :
public ::Recipe {
25 ShapelessRecipe& operator=(ShapelessRecipe
const&);
26 ShapelessRecipe(ShapelessRecipe
const&);
33 virtual ::std::vector<::ItemInstance>
const&
36 virtual int getCraftingSize()
const ;
38 virtual ::RecipeIngredient
const& getIngredient(
int x,
int y)
const ;
40 virtual bool isShapeless()
const ;
45 virtual int size()
const ;
54 MCAPI ShapelessRecipe(::ShapelessRecipe&& recipe);
64 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