Solved PacketPlayOutWindowData

Discussion in 'Plugin Development' started by harry_potter4567, Oct 9, 2015.

Thread Status:
Not open for further replies.
  1. So, for PacketPlayOutWindowData you need a window id. I searched evrywhere but wasn't able to figure out, what it is and HOW TO GET IT.

    Thanks in advance for any help
     
  2. @harry_potter4567 You most likely don't need a packet. What do you need to open?
     
  3. I want to make a custom potion brewing recipe, so I do need a packet for the brew time bar
     
  4. Offline

    MisterErwin

    @harry_potter4567 The InventoryView class has the function setProperty.

    Afaik you can set the BrewTime with that :)

    (But if you really want the window ID: the NMS Container class has the public field "windowID" )
     
  5. Oh damn... :D
    Thanks so much for setProperty :D
     
Thread Status:
Not open for further replies.

Share This Page