Class WoodMouldingStubBlockItem


public class WoodMouldingStubBlockItem extends ItemBlock
  • Constructor Details

    • WoodMouldingStubBlockItem

      public WoodMouldingStubBlockItem(int iItemID)
  • Method Details

    • getBlockIDToPlace

      public int getBlockIDToPlace(int iItemDamage, int iFacing, float fClickX, float fClickY, float fClickZ)
      Overrides:
      getBlockIDToPlace in class PlaceAsBlockItem
    • getUnlocalizedName

      public String getUnlocalizedName(ItemStack itemstack)
      Description copied from class: ItemBlock
      // +++START EDIT+++ // ---END EDIT--- Returns the unlocalized name of this item. This version accepts an ItemStack so different stacks can have different names based on their damage or NBT.
      Overrides:
      getUnlocalizedName in class ItemBlock
    • getFurnaceBurnTime

      public int getFurnaceBurnTime(int iItemDamage)
      Overrides:
      getFurnaceBurnTime in class ItemBlock