17 template<
typename T0>
class Mix;
25 ::ll::TypedStorage<4, 4, int> mItemId;
26 ::ll::TypedStorage<4, 4, int> mData;
36 template <
typename T0>
45 MCAPI
static void addPotionMix(
57 MCAPI
static void initPotionBrewing();
71 MCAPI
static void shutdown();
77 MCAPI static ::std::vector<::PotionBrewing::Mix<::ItemInstance>>& mChemistryMixes();
79 MCAPI static ::std::vector<::PotionBrewing::Mix<::Item const&>>& mContainerMixes();
81 MCAPI
static bool& mIsInitialized();
83 MCAPI static ::std::vector<::PotionBrewing::Mix<::ItemDescriptor>>& mPotionMixes();
85 MCAPI static ::std::vector<::PotionBrewing::Ingredient>& mValidContainers();
87 MCAPI static ::std::unordered_set<::PotionBrewing::Ingredient>& mValidIngredients();
89 MCAPI static ::std::unordered_set<::PotionBrewing::Ingredient>& mValidRecipeInputs();