17class CraftableCompounds {
29 CraftableCompounds& operator=(CraftableCompounds
const&);
35 virtual ~CraftableCompounds();
37 virtual void _registerCompound(
38 ::std::vector<::ItemStack>
const& input,
40 ::LabTableReactionType reaction,
41 ::CompoundContainerType containerOverride
50 MCNAPI ::std::string
_getCompoundId(::std::vector<::ItemStack>
const& input);
53 ::std::vector<::ChemistryIngredient>
const& input,
55 ::LabTableReactionType reaction,
56 ::CompoundContainerType containerOverride
60 ::std::vector<::ChemistryIngredient>
const& input,
61 ::CompoundType result,
62 ::LabTableReactionType reaction,
63 ::CompoundContainerType containerOverride,
69 MCNAPI ::ItemStack
const&
getCompound(::std::vector<::ItemStack>
const& components);
72 MCNAPI ::CompoundContainerType getContainerType(::std::vector<::ItemStack>
const& components);
75 MCNAPI ::LabTableReactionType
getReaction(::std::vector<::ItemStack>
const& components);
96 ::std::vector<::ItemStack>
const& input,
98 ::LabTableReactionType reaction,
99 ::CompoundContainerType containerOverride
MCAPI void _registerCompound(::std::vector<::ChemistryIngredient > const &input, ::CompoundType result, ::LabTableReactionType reaction, ::CompoundContainerType containerOverride, int stackCount)