Item into Itemframe

Discussion in 'Plugin Development' started by re4ly, Dec 1, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    re4ly

    How can i place a itemframe with that includes an item?
     
  2. Offline

    Windy Day

    Try something like:
    ItemFrame i = (ItemFrame) locationfromsomwhere.getWorld().spawn(locationfromsomewhere, ItemFrame.class);
    i.setItem(ItemStack);
     
Thread Status:
Not open for further replies.

Share This Page