Solved is there any event which triggers when a player throws a snowball?

Discussion in 'Plugin Development' started by Leon0983X, Aug 28, 2015.

Thread Status:
Not open for further replies.
  1. Hey, i was woundering if there is any event that triggers" (don't know how to express that hope that's right. yeah, my english is not the best :D) when a player throws a snowball?
     
  2. Offline

    teej107

    @Leon0983X Yeah. It's the PlayerInteractEvent
     
  3. Offline

    SuperSniper

    @Leon0983X as @teej107 said.
    PlayerInteractEvent
    check if the player interacted with a snowball (using right_click)
    do stuff

    disregard this message, below posts have corrected me.
     
    Last edited: Aug 28, 2015
  4. Offline

    Konato_K

    @Leon0983X I believe ProjectileLaunchEvent is called as well.
     
  5. Offline

    teej107

    I knew there was an event for that. The closest I got to finding to help this thread was the PlayerEggThrowEvent :p
     
  6. Ok, thank you all!
     
Thread Status:
Not open for further replies.

Share This Page