How do you generate a blaze fireball?

Discussion in 'Plugin Development' started by phondeux, Jun 4, 2012.

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

    phondeux

    I've dug through ProjectileLaunchEvent, Fireball (is this ghast or blaze?), and Entity ... is there a way to generate one?
     
  2. Offline

    r0306

    phondeux
    You would spawn it like you would for any entity.
    Code:
    Bukkit.getWorld().spawn(location, Fireball.class);
     
Thread Status:
Not open for further replies.

Share This Page