LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/mc/ShulkerBoxRecipe.hpp
2023-03-03 10:18:21 -08:00

34 lines
1.2 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "llapi/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;
};