Class ItemEmptyMap


public class ItemEmptyMap extends ItemMapBase
  • Constructor Details

    • ItemEmptyMap

      protected ItemEmptyMap(int par1)
  • Method Details

    • onItemRightClick

      public ItemStack onItemRightClick(ItemStack stack, World world, EntityPlayer player)
      Description copied from class: Item
      // +++START EDIT+++ // ---END EDIT--- Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
      Overrides:
      onItemRightClick in class Item
    • addInformation

      @Environment(CLIENT) public void addInformation(ItemStack stack, EntityPlayer player, List infoList, boolean bAdvancedTips)
      Description copied from class: Item
      allows items to add custom lines of information to the mouseover description
      Overrides:
      addInformation in class Item