// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #include "Json.hpp" #define BEFORE_EXTRA #undef BEFORE_EXTRA class Recipes { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_RECIPES public: class Recipes& operator=(class Recipes const &) = delete; Recipes(class Recipes const &) = delete; Recipes() = delete; #endif public: #ifdef ENABLE_VIRTUAL_FAKESYMBOL_RECIPES #endif MCAPI void addFurnaceRecipeAuxData(class ItemInstance const &, class ItemInstance const &, std::vector const &); MCAPI void addShapedRecipe(std::string, std::vector const &, std::vector const &, std::vector const &, std::vector const &, int, class std::function (std::string, int, int, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShapedRecipe(std::string, class ItemInstance const &, std::vector const &, std::vector const &, std::vector const &, int, class std::function (std::string, int, int, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShapedRecipe(std::string, class ItemInstance const &, std::string const &, std::vector const &, std::vector const &, int, class std::function (std::string, int, int, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShapedRecipe(std::string, class ItemInstance const &, std::string const &, std::string const &, std::vector const &, std::vector const &, int, class std::function (std::string, int, int, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShapedRecipe(std::string, class ItemInstance const &, std::string const &, std::string const &, std::string const &, std::vector const &, std::vector const &, int, class std::function (std::string, int, int, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShapelessRecipe(std::string, class ItemInstance const &, std::vector const &, std::vector const &, int, class std::function (std::string, std::vector const &, std::vector const &, class HashedString)>); MCAPI void addShulkerBoxRecipe(std::string &, class ItemInstance const &, std::vector const &, std::vector const &); MCAPI void clearRecipes(); MCAPI struct std::pair extractRecipeObjInfo(class Json::Value const &); MCAPI class ItemInstance getFurnaceRecipeResult(class ItemStackBase const &, class HashedString const &) const; MCAPI class Recipe * getRecipeFor(class ItemInstance const &, class HashedString const &) const; MCAPI void init(class ResourcePackManager &); MCAPI bool loadRecipe(struct std::pair const &); MCAPI bool loadRecipes(class ResourcePackManager &); MCAPI static std::vector Shape(std::string const &, std::string const &, std::string const &); //protected: MCAPI void _loadDataDrivenRecipes(std::vector); //private: MCAPI void _addItemRecipe(std::unique_ptr); MCAPI void _addMapRecipes(); MCAPI class ItemInstance _itemInstanceFromIngredient(class RecipeIngredient const &) const; MCAPI bool _loadBrewingMix(class Json::Value const &); MCAPI class RecipeIngredient const _loadIngredientFromJson(class Json::Value const &) const; protected: private: };