ItemMeta support #4


  • New
  • Enhancment
Open
Assigned to _ForgeUser8429044
  • _ForgeUser8406248 created this issue Mar 2, 2013

    Add support for custom item names.

    ItemStack item = player.getItemInHand();

    String itemName = item.getType();

    if (item.hasItemMeta()){
    itemName = item.getItemMeta().getDisplayName();
    }

    Edit: Google said this project had a source, however it lead to the Source of the plugin submission page. My bad.

  • _ForgeUser8406248 added the tags New Enhancment Mar 2, 2013
  • _ForgeUser8406248 edited description Mar 2, 2013

To post a comment, please login or register a new account.