Class CuredFoodItem


public class CuredFoodItem extends FoodItem
  • Constructor Details

    • CuredFoodItem

      public CuredFoodItem(int iItemID, int iHungerHealed, float fSaturationModifier, String sItemName)
  • Method Details

    • onCreated

      public void onCreated(ItemStack stack, World world, EntityPlayer player)
      Description copied from class: Item
      Called when item is crafted/smelted. Used only by maps so far.
      Overrides:
      onCreated in class Item