How would I go with initializing an Item?

Discussion in 'Plugin Development' started by Debels, Sep 11, 2013.

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

    Debels

    How would I initialize "Item"?.
    or
    How would I go with dropping an item in a specific position?
     
  2. Offline

    Double0negative

    Debels

    world.dropItem(location, new ItemStack(id));
     
  3. Offline

    Debels

  4. Offline

    dillyg10

    *coughs*

    world.dropItemNaturally() <-- Much better :).
     
Thread Status:
Not open for further replies.

Share This Page