Solved Throw at a block

Discussion in 'Plugin Development' started by Albkad, Aug 9, 2018.

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

    Albkad

    Is there a way to check what block an item is thrown at? I can only find a way to see the location of the player head. (The exact location of the dropped item at the tick it is dropped).
     
  2. @Albkad
    Schedule a BukkitRunnable and check the location maybe half a second later (obviously you'd need to test the timing)?
     
  3. Offline

    Albkad

    Seems to work, just wondering if there comes any complications from using this :/
     
  4. @Albkad
    Other than the fact that any code you run will be executed half a second later, no.
     
Thread Status:
Not open for further replies.

Share This Page