Solved Remove Entity

Discussion in 'Plugin Development' started by TheDiamond06, Jun 6, 2015.

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

    TheDiamond06

    So I have an event when a projectile lands. ProjectileHitEvent, however there seems to be no method to remove the arrow when it lands. I have tested if it was an arrow, but how would I remove this entity?
     
  2. entity.remove()
     
  3. Offline

    TheDiamond06

    @FisheyLP Thanks, didn't see remove(). I was looking for something like clear()
     
Thread Status:
Not open for further replies.

Share This Page