Convert Bukkit ItemStack to NMS ItemStack

Discussion in 'Plugin Development' started by 0verFull, Jun 29, 2016.

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

    0verFull

    Hi,

    I have a ItemStack (from Bukkit API) and I want to convert it to
    net.minecraft.server.v1_10_R1.ItemStack. How I can do it ?

    Thanks for help.
     
  2. @0verFull
    CraftItemStack.asNMSCopy(ItemStack);
     
  3. Offline

    0verFull

    @bwfcwalshy Ok thanks, and how I can send Item with packet in a inventory ?
     
    Last edited: Jun 30, 2016
Thread Status:
Not open for further replies.

Share This Page