eatingConvertsTo

fun eatingConvertsTo(item: ItemStack): FoodItem

Sets the item that the food will convert to once it is eaten.

Return

The FoodItem instance for method chaining.

Parameters

item

The ItemStack the food will convert to after consumption.