How Many Items has the Player Dropped

Discussion in 'Plugin Development' started by KeybordPiano459, Oct 22, 2012.

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

    KeybordPiano459

  2. Offline

    Timr

    Code:java
    1. ItemStack i = PlayerDropItemEvent.getItemDrop().getItemStack();
    2. int amountDropped = i.getAmount();


    You should have looked at the JavaDocs, you even linked to them.
     
  3. Offline

    KeybordPiano459

    Where does it say anything about getItemStack?
     
Thread Status:
Not open for further replies.

Share This Page