15class ShapedChemistryRecipe :
public ::ShapedRecipe {
20 ShapedChemistryRecipe& operator=(ShapedChemistryRecipe
const&);
21 ShapedChemistryRecipe(ShapedChemistryRecipe
const&);
22 ShapedChemistryRecipe();
28 virtual ::mce::UUID
const& getId()
const ;
34 virtual ~ShapedChemistryRecipe() =
default;
36 virtual ~ShapedChemistryRecipe() ;
45 MCAPI ShapedChemistryRecipe(::ShapedChemistryRecipe&&);
52 MCAPI static ::mce::UUID
const& ID();
59 MCAPI
void* $ctor(::ShapedChemistryRecipe&&);
72 MCAPI ::mce::UUID
const& $getId()
const;
82 MCAPI
static void** $vftable();
Definition CraftingContext.h:20