boolean isFast()
Checks if this food is fast.
int getHeal()
Gets the healing amount of the consumable.
final int id
The id of the consumable item.
final String name
The name of the consumable item.
String getName()
Gets the name of the consumable.
static int anglerfishHeal(Player player)
int getId()
Gets the id of the consumable.
static Optional< FoodData > forId(int id)
Gets the food data based on the item identification.
FoodData(int id, int parent, int replacement, int heal, String name)
The different consumables.
FoodData(int id, int heal, String name)
The different consumables.
final int heal
The amount of health received after consuming the item.