Item[] getIngredients()
Gets the ingredients required for the potion.
int getLevel()
Gets the level required for making the potion.
double getExperience()
Gets the experience rewarded.
int getAnimation()
Gets the potion animation.
UnfinishedPotion(int product, int ingredient, int level)
The potion making itemcontainer.