// 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 ShulkerBoxRecipe : public ShapelessRecipe {

#define AFTER_EXTRA

#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SHULKERBOXRECIPE
public:
    class ShulkerBoxRecipe& operator=(class ShulkerBoxRecipe const &) = delete;
    ShulkerBoxRecipe(class ShulkerBoxRecipe const &) = delete;
    ShulkerBoxRecipe() = delete;
#endif

public:
    /*0*/ virtual ~ShulkerBoxRecipe();
    /*1*/ virtual std::vector<class ItemInstance> const & assemble(class CraftingContainer &) const;
    /*13*/ virtual bool itemsMatch(class ItemDescriptor const &, class ItemDescriptor const &) const;
    /*15*/ virtual bool itemsMatch(class ItemDescriptor const &, int, int, class CompoundTag const *) const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SHULKERBOXRECIPE
#endif
    MCAPI ShulkerBoxRecipe(class ShulkerBoxRecipe &&);
    MCAPI ShulkerBoxRecipe(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;

};