// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA class CraftableCompounds { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_CRAFTABLECOMPOUNDS public: class CraftableCompounds& operator=(class CraftableCompounds const &) = delete; #endif public: /*0*/ virtual ~CraftableCompounds(); /*1*/ virtual void _registerCompound(std::vector const &, class ItemStack const &, enum LabTableReactionType, enum CompoundContainerType); #ifdef ENABLE_VIRTUAL_FAKESYMBOL_CRAFTABLECOMPOUNDS #endif MCAPI CraftableCompounds(class CraftableCompounds const &); MCAPI CraftableCompounds(); MCAPI class ItemStack const & getCompound(std::vector const &); MCAPI enum LabTableReactionType getReaction(std::vector const &); MCAPI void registerCompounds(); //protected: MCAPI std::string _getCompoundId(std::vector const &); MCAPI void _registerCompound(std::vector const &, enum CompoundType, enum LabTableReactionType, enum CompoundContainerType, int); MCAPI void _registerCompound(std::vector const &, class ItemStack const &, enum LabTableReactionType, enum CompoundContainerType); protected: };