Uses of Class
net.minecraft.src.ItemFood

Packages that use ItemFood
net.minecraft.src   
 

Uses of ItemFood in net.minecraft.src
 

Subclasses of ItemFood in net.minecraft.src
 class ItemAppleGold
           
 class ItemSeedFood
           
 class ItemSoup
           
 

Methods in net.minecraft.src that return ItemFood
 ItemFood ItemFood.setAlwaysEdible()
          Set the field 'alwaysEdible' to true, and make the food edible even if the player don't need to eat.
 ItemFood ItemFood.setPotionEffect(int par1, int par2, int par3, float par4)
          sets a potion effect on the item.
 

Methods in net.minecraft.src with parameters of type ItemFood
 void FoodStats.addStats(ItemFood par1ItemFood)
          Eat some food.