Added World.strikeLightning(). Also renamed WeatherStorm -> LightningStrike.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents an instance of a lightning strike entity
|
||||
*/
|
||||
public interface LightningStrike extends Weather {
|
||||
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents an instance of a weather storm entity
|
||||
*/
|
||||
public interface WeatherStorm extends Weather {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user