GrimyHerb(int grimy, int clean, int level, double experience)
The grimy herb data.
double getExperience()
Gets the experience for cleaning a herb.
int getLevel()
Gets the level to clean the herb.
final double experience
The experience for cleaning the herb.
final int level
The level to clean the herb.
static Optional< GrimyHerb > forId(int id)
Gets the herb data from the item identification.