Solved Explosion meta data

Discussion in 'Plugin Development' started by confuserr, Dec 2, 2012.

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

    confuserr

    Basically a player creates an explosion, I want to see if any entities die from it. My thoughts were to set meta data to the explosion entity and on the death event, grab the meta data containing the player's name.

    It seems I cannot cast the following to Explosive (boolean to Explosive). Is there another way of creating the explosion?

    getWorld().createExplosion(toExplode, 5.0F)
     
  2. Offline

    fireblast709

    spawn TNTPrimed, which has an UUID you can compare
     
    confuserr likes this.
Thread Status:
Not open for further replies.

Share This Page