Class UnfiredNetherBrickItem


public class UnfiredNetherBrickItem extends PlaceAsBlockItem
  • Constructor Details

    • UnfiredNetherBrickItem

      public UnfiredNetherBrickItem(int iItemID)
  • 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