Class FoodComponent<I extends AbstractItemStack<T>,T>

java.lang.Object
net.tnemc.item.component.impl.FoodComponent<I,T>
All Implemented Interfaces:
SerialComponent<I,T>, ItemApplicator<I,T>, ItemCheck<T>, Identifiable, ItemSerializer<I,T>
Direct Known Subclasses:
BukkitFoodComponent, PaperOldFoodComponent

public abstract class FoodComponent<I extends AbstractItemStack<T>,T> extends Object implements SerialComponent<I,T>
FoodComponent - The food stats for this consumable item. Has no effect unless the item can be consumed (i.e. the item has the consumable component).
Since:
0.0.1.0
Author:
creatorfromhell