Added World.strikeLightningEffect() that does no damage.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-05-06 19:25:43 -07:00
parent 56ff9f5abd
commit e7d4bff770
2 changed files with 19 additions and 2 deletions

View File

@ -314,6 +314,14 @@ public interface World {
* @return
*/
public LightningStrike strikeLightning(Location loc);
/**
* Strikes lightning at the given {@link Location} without doing damage
*
* @param loc The location to strike lightning
* @return
*/
public LightningStrike strikeLightningEffect(Location loc);
/**
* Get a list of all entities in this World