How can I spawn a wither with bukkit?

Discussion in 'Plugin Development' started by Quintin, Nov 5, 2012.

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

    Quintin

    [SomeWorld].spawnEntity([SomeLocation], EntityType.WITHER);
    doesnt seem to work?
     
  2. Offline

    fireblast709

    Just works, and my testmap has felt it.
    Code:java
    1. Location l = player.getLocation();
    2. l.getWorld().spawnEntity(l, EntityType.WITHER);
     
  3. Offline

    Quintin

    ok, thanks
     
  4. Offline

    Quintinity

    Thanks for that code.

    Off Topic: OP, I like your username!
     
Thread Status:
Not open for further replies.

Share This Page