onInventoryClick event - virtual chest

Discussion in 'Plugin Development' started by agd555, Aug 8, 2012.

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

    agd555

    Hey, I trying to listen to click/change in virtual chest, which is created by Bukkit.createInventory.
    I using onInventoryClick event to do this, but
    Code:
    if(event.getInventory() == InventoryVariable)
    don't work.
    How can I register change in other inventory than player's?
     
Thread Status:
Not open for further replies.

Share This Page